Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/api/
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 …]
/components/net/lwip/lwip-1.4.1/src/core/
A Ddns.c243 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
320 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
485 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
486 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
487 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
669 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
702 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
763 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too big\n")); in dns_recv()
770 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: pbuf too small\n")); in dns_recv()
827 ip_addr_debug_print(DNS_DEBUG, (&(pEntry->ipaddr))); in dns_recv()
[all …]
/components/net/lwip/lwip-2.0.3/src/api/
A 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] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname()
132 …LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i]-> == %s\n", idx, ipaddr_ntoa((ip_addr_t*)s_hosten… in lwip_gethostbyname()
202 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.1.2/src/api/
A 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] == %p\n", idx, s_hostent.h_addr_list[idx])); in lwip_gethostbyname()
132 …LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addr_list[%i]-> == %s\n", idx, ipaddr_ntoa((ip_addr_t *)s_hoste… in lwip_gethostbyname()
202 LWIP_DEBUGF(DNS_DEBUG, ("lwip_gethostbyname(%s) failed, err=%d\n", name, err)); in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.0.3/src/core/
A Ddns.c334 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
414 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
640 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
641 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr)); in dns_lookup()
642 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
1044 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
1076 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
1121 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response = ", entry->name)); in dns_correct_response()
1122 ip_addr_debug_print(DNS_DEBUG, (&(entry->ipaddr))); in dns_correct_response()
1123 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_correct_response()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/
A Ddns.c337 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n")); in dns_init()
425 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n")); in dns_tmr()
649 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name)); in dns_lookup()
650 ip_addr_debug_print_val(DNS_DEBUG, dns_table[i].ipaddr); in dns_lookup()
651 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_lookup()
1113 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
1145 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING, in dns_check_entry()
1190 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response = ", entry->name)); in dns_correct_response()
1191 ip_addr_debug_print_val(DNS_DEBUG, entry->ipaddr); in dns_correct_response()
1192 LWIP_DEBUGF(DNS_DEBUG, ("\n")); in dns_correct_response()
[all …]
/components/net/lwip/port/
A Dlwipopts.h164 #define DNS_DEBUG LWIP_DBG_ON macro
166 #define DNS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dopt.h2129 #ifndef DNS_DEBUG
2130 #define DNS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dopt.h2841 #if !defined DNS_DEBUG || defined __DOXYGEN__
2842 #define DNS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dopt.h3470 #if !defined DNS_DEBUG || defined __DOXYGEN__
3471 #define DNS_DEBUG LWIP_DBG_OFF macro
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1624 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2580 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2833 in your lwipopts.h file (LWIP_DNS=0 in opt.h). DNS_DEBUG can be set to get

Completed in 51 milliseconds