// This C++ header file was generated by the TTCN-3 compiler // of the TTCN-3 Test Executor version 11.1.0 // The generation of user and time information were disabled by the -D flag. // Copyright (c) 2000-2025 Ericsson Telecom AB // Do not edit this file unless you know what you are doing. #ifndef DNS__Helpers_HH #define DNS__Helpers_HH #ifdef TITAN_RUNTIME_2 #error Generated code does not match with used runtime.\ Code was generated without -R option but -DTITAN_RUNTIME_2 was used. #endif /* Header file includes */ #include #if TTCN3_VERSION != 110100 #error Version mismatch detected.\ Please check the version of the TTCN-3 compiler and the base library.\ Run make clean and rebuild the project if the version of the compiler changed recently. #endif #ifndef LINUX #error This file should be compiled on LINUX #endif namespace DNS__Helpers { /* Function prototypes */ extern INTEGER f__strchr(const CHARSTRING& s, const CHARSTRING& c); extern OCTETSTRING f__dns__enc__label(const CHARSTRING& str); extern OCTETSTRING f__enc__dns__hostname(const CHARSTRING& str); extern CHARSTRING f__dec__dns__hostname(const OCTETSTRING& inp); extern OCTETSTRING f__enc__IPv4(const CHARSTRING& str); extern void pre_init_module(); /* Global variable declarations */ extern const OCTETSTRING os_0; extern const CHARSTRING cs_1, cs_0; extern const unsigned char module_checksum[]; extern TTCN_Module module_object; extern const RuntimeVersionChecker ver_checker; } /* end of namespace */ #endif