Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
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 …]
/external/syslinux/core/lwip/src/core/
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()
575 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
660 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
676 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name)); in dns_check_entry()
693 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
703 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": flush\n", pEntry->name)); in dns_check_entry()
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h2067 #ifndef DNS_DEBUG
2068 #define DNS_DEBUG LWIP_DBG_OFF macro
/external/syslinux/core/lwip/
DCHANGELOG1335 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get