Searched defs:INADDR_NONE (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/Win32/Src/
H A Dinet_aton.c52 #ifndef INADDR_NONE
53 #define INADDR_NONE 0xffffffff macro
60 return (addr->s_addr == INADDR_NONE) ? 0 : 1;
/external/tcpdump/missing/
H A Dinet_aton.c51 #ifndef INADDR_NONE
52 #define INADDR_NONE 0xffffffff macro
59 return (addr->s_addr == INADDR_NONE) ? 0 : 1;
/external/mdnsresponder/mDNSPosix/
H A DProxyResponder.c24 #include <netinet/in.h> // For INADDR_NONE
32 // Compatibility workaround: Solaris 2.5 has no INADDR_NONE
33 #ifndef INADDR_NONE
34 #define INADDR_NONE (mDNSu32)0xffffffff macro
256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
261 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
/external/kernel-headers/original/uapi/linux/
H A Din.h261 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Din.h365 #define INADDR_NONE 0xffffffff /* -1 return */ macro

Completed in 1050 milliseconds