Home
last modified time | relevance | path

Searched refs:main_ip4 (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core.c114 static char main_ip4[256] = ""; variable
153 } else if (!*main_ip4) { in check_ip()
154 switch_set_string(main_ip4, guess_ip4); in check_ip()
156 if (!(ok4 = !strcmp(main_ip4, guess_ip4))) { in check_ip()
160 switch_set_string(old_ip4, main_ip4); in check_ip()
161 switch_set_string(main_ip4, guess_ip4); in check_ip()
184 … switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "network-address-change-v4", main_ip4); in check_ip()
199 switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "network-address-v4", main_ip4); in check_ip()