HomeSort by relevance Sort by last modified time
    Searched refs:DNS_DEBUG (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/api/
netdb.c 99 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, ("hostent.h_addr_list[%i] == %p\n", idx, s_hostent.h_addr_list[idx]))
    [all...]
  /external/syslinux/core/lwip/src/core/
dns.c 241 LWIP_DEBUGF(DNS_DEBUG, ("dns_init: initializing\n"));
311 LWIP_DEBUGF(DNS_DEBUG, ("dns_tmr: dns_check_entries\n"));
476 LWIP_DEBUGF(DNS_DEBUG, ("dns_lookup: \"%s\": found = ", name));
477 ip_addr_debug_print(DNS_DEBUG, &(dns_table[i].ipaddr));
478 LWIP_DEBUGF(DNS_DEBUG, ("\n"));
575 LWIP_DEBUGF(DNS_DEBUG, ("dns_send: dns_servers[%"U16_F"] \"%s\": request\n",
660 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING,
676 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name));
693 LWIP_DEBUGF(DNS_DEBUG | LWIP_DBG_LEVEL_WARNING,
703 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": flush\n", pEntry->name))
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
opt.h     [all...]

Completed in 790 milliseconds