Home
last modified time | relevance | path

Searched refs:DNS_DEBUG (Results 1 – 25 of 27) sorted by relevance

12

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/api/
H A Dnetdb.c97 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname()
111 #if DNS_DEBUG in lwip_gethostbyname()
113 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
114 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); in lwip_gethostbyname()
118 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
119 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
124 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list)); in lwip_gethostbyname()
128 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/api/
H A Dnetdb.c97 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname()
111 #if DNS_DEBUG in lwip_gethostbyname()
113 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
114 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); in lwip_gethostbyname()
118 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
119 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
124 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list)); in lwip_gethostbyname()
128 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/api/
H A Dnetdb.c99 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname()
114 #if DNS_DEBUG in lwip_gethostbyname()
116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
117 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); in lwip_gethostbyname()
121 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
127 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list)); in lwip_gethostbyname()
131 … LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/
H A Ddns.c241 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
311 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
476 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
477 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
478 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
660 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
693 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
754 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
761 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
818 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Ddns.c263 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
328 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
481 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
482 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
483 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
580 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
756 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
763 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
771 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: mem_malloc error\n")); in dns_recv()
828 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/core/
H A Ddns.c263 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
328 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
481 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
482 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
483 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
580 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
756 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
763 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
771 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: mem_malloc error\n")); in dns_recv()
828 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/core/
H A Ddns.c261 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
326 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
479 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
480 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
481 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
578 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
754 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
761 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
769 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: mem_malloc error\n")); in dns_recv()
826 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/core/
H A Ddns.c261 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
326 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
479 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
480 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
481 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
578 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
754 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
761 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
769 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: mem_malloc error\n")); in dns_recv()
826 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Ddns.c213 #ifdef DNS_DEBUG in search_valid_dns()
273 #ifdef DNS_DEBUG in search_valid_dns()
391 #ifdef DNS_DEBUG in ndpi_search_dns()
410 #ifdef DNS_DEBUG in ndpi_search_dns()
419 #ifdef DNS_DEBUG in ndpi_search_dns()
491 #ifdef DNS_DEBUG in ndpi_search_dns()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dopt.h1838 #ifndef DNS_DEBUG
1839 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Dopt.h1838 #ifndef DNS_DEBUG
1839 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Dopt.h1816 #ifndef DNS_DEBUG
1817 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Dopt.h1816 #ifndef DNS_DEBUG
1817 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Dopt.h1816 #ifndef DNS_DEBUG
1817 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dopt.h2067 #ifndef DNS_DEBUG
2068 #define DNS_DEBUG LWIP_DBG_OFF macro
/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dresolve.c125 #ifdef DNS_DEBUG in resolve_address_sync()
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_dns.c74 #define DNS_DEBUG 0 macro
281 #if DNS_DEBUG == 1
H A Dmediator_ssl.c78 #define DNS_DEBUG 0 macro
190 #if DNS_DEBUG == 1
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dgetaddrinfo.c2026 #ifdef DNS_DEBUG in _dns_query()
2235 #ifdef DNS_DEBUG in _dns_getaddrinfo()
2246 #ifdef DNS_DEBUG in _dns_getaddrinfo()
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.c236 #if DNS_DEBUG
238 #undef DNS_DEBUG
239 #define DNS_DEBUG dns_debug macro
242 do { if (DNS_DEBUG > 0) fprintf(stderr, fmt "%.1s", __func__, __LINE__, __VA_ARGS__); } while (0)
247 if (DNS_DEBUG > 1) { \
259 #undef DNS_DEBUG
260 #define DNS_DEBUG 0 macro
8862 if (DNS_DEBUG) { in dns_res_exec()
8889 if (DNS_DEBUG) { in dns_res_exec()
8998 if (DNS_DEBUG) { in dns_res_exec()
[all …]
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.c169 #if DNS_DEBUG
171 #undef DNS_DEBUG
172 #define DNS_DEBUG dns_debug macro
175 do { if (DNS_DEBUG > 0) fprintf(stderr, fmt "%.1s", __func__, __LINE__, __VA_ARGS__); } while (0)
180 if (DNS_DEBUG > 1) { \
192 #undef DNS_DEBUG
193 #define DNS_DEBUG 0 macro
6906 if (DNS_DEBUG) { in dns_res_exec()
6926 if (DNS_DEBUG) { in dns_res_exec()
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.c155 #if DNS_DEBUG
157 #undef DNS_DEBUG
158 #define DNS_DEBUG dns_debug macro
161 do { if (DNS_DEBUG > 0) fprintf(stderr, fmt "%.1s", __func__, __LINE__, __VA_ARGS__); } while (0)
166 if (DNS_DEBUG > 1) { \
178 #undef DNS_DEBUG
179 #define DNS_DEBUG 0 macro
6883 if (DNS_DEBUG) { in dns_res_exec()
6903 if (DNS_DEBUG) { in dns_res_exec()
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.c237 #if DNS_DEBUG
239 #undef DNS_DEBUG
240 #define DNS_DEBUG dns_debug macro
243 do { if (DNS_DEBUG > 0) fprintf(stderr, fmt "%.1s", __func__, __LINE__, __VA_ARGS__); } while (0)
248 if (DNS_DEBUG > 1) { \
260 #undef DNS_DEBUG
261 #define DNS_DEBUG 0 macro
7561 if (DNS_DEBUG) { in dns_res_exec()
7584 if (DNS_DEBUG) { in dns_res_exec()
/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.c273 #if DNS_DEBUG
276 do { if (DNS_DEBUG > 0) fprintf(stderr, fmt "%.1s", __func__, __LINE__, __VA_ARGS__); } while (0)
281 if (DNS_DEBUG >= 1) { \
293 #undef DNS_DEBUG
294 #define DNS_DEBUG 0 macro
7707 if (DNS_DEBUG) { in dns_res_exec()
7737 if (DNS_DEBUG) { in dns_res_exec()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/
H A DCHANGELOG533 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get

12