// This C++ source 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. /* Including header files */ #include "Native_Functions.hh" namespace Native__Functions { /* Literal string constants */ const unsigned char module_checksum[] = { 0xf7, 0xc9, 0x06, 0x85, 0x25, 0x01, 0x9d, 0x0d, 0x24, 0x1d, 0x53, 0xe8, 0x74, 0x8d, 0xf7, 0x77 }; /* Global variable definitions */ TTCN_Module module_object("Native_Functions", __DATE__, __TIME__, module_checksum, pre_init_module, NULL, 0U, 4294967295U, 4294967295U, 4294967295U, NULL, 0LU, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); const RuntimeVersionChecker ver_checker( current_runtime_version.requires_major_version_11, current_runtime_version.requires_minor_version_1, current_runtime_version.requires_patch_level_0, current_runtime_version.requires_runtime_1); /* Bodies of static functions */ void pre_init_module() { TTCN_Location current_location("Native_Functions.ttcn", 0, TTCN_Location::LOCATION_UNKNOWN, "Native_Functions"); module_object.add_function("f_inet6_addr", (genericfunc_t)&f__inet6__addr, NULL); module_object.add_function("f_inet_addr", (genericfunc_t)&f__inet__addr, NULL); module_object.add_function("f_inet_haddr", (genericfunc_t)&f__inet__haddr, NULL); module_object.add_function("f_inet_ntoa", (genericfunc_t)&f__inet__ntoa, NULL); module_object.add_function("f_inet_hntoa", (genericfunc_t)&f__inet__hntoa, NULL); module_object.add_function("f_inet6_ntoa", (genericfunc_t)&f__inet6__ntoa, NULL); module_object.add_function("f_str_tolower", (genericfunc_t)&f__str__tolower, NULL); module_object.add_function("f_str_toupper", (genericfunc_t)&f__str__toupper, NULL); } } /* end of namespace */