Searched refs:DNS_DEBUG (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c99 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err));
114 #if DNS_DEBUG
116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name));
117 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases));
121 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx]));
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx]));
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype));
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length));
127 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list == %p\n", s_hostent.h_addr_list));
131 LWIP_DEBUGF(DNS_DEBUG, ("hosten
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddns.c241 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n"));
306 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n"));
471 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name));
472 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr));
473 LWIP_DEBUGF(DNS_DEBUG, ("\n"));
570 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n",
658 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING,
674 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name));
691 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING,
701 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entr
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-log.h67 #undef DNS_DEBUG macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h2441 * DNS_DEBUG: Enable debugging for DNS.
2443 #ifndef DNS_DEBUG
2444 #define DNS_DEBUG LWIP_DBG_OFF macro

Completed in 52 milliseconds