Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Ddns.c371 return IPADDR_NONE; in dns_lookup_local()
462 if ((addr = dns_lookup_local(name)) != IPADDR_NONE) { in dns_lookup()
467 if((addr = DNS_LOOKUP_LOCAL_EXTERN(name)) != IPADDR_NONE) { in dns_lookup()
483 return IPADDR_NONE; in dns_lookup()
962 if (ipaddr == IPADDR_NONE) { in dns_gethostbyname()
966 if (ipaddr != IPADDR_NONE) { in dns_gethostbyname()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dinet.h47 #define INADDR_NONE IPADDR_NONE
Dip_addr.h96 #define IPADDR_NONE ((u32_t)0xffffffffUL) macro
/external/syslinux/core/lwip/src/core/ipv4/
Dip_addr.c137 return (IPADDR_NONE); in ipaddr_addr()