Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c338 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
406 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
655 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
656 ip_addr_debug_print_val(DNS_DEBUG, dns_table[i].ipaddr); in dns_lookup()
657 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
794 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n", in dns_send()
899 LWIP_DEBUGF(DNS_DEBUG, ("sending DNS request ID %d for name \"%s\" to server %d\r\n", in dns_send()
1159 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
1176 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", entry->name)); in dns_check_entry()
1191 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
[all …]
/third_party/lwip/src/api/
Dnetdb.c102 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname()
120 #if DNS_DEBUG in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", (void *)s_hostent.h_aliases)); 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", (void *)s_hostent.h_addr_list)); in lwip_gethostbyname()
131 …LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i]-> == %s\n", idx, ipaddr_ntoa(s_phostent_addr[idx]… in lwip_gethostbyname()
201 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname_r()
/third_party/lwip/src/include/lwip/
Dopt.h3477 #if !defined DNS_DEBUG || defined __DOXYGEN__
3478 #define DNS_DEBUG LWIP_DBG_OFF macro
/third_party/lwip/
DCHANGELOG2833 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get