HomeSort by relevance Sort by last modified time
    Searched refs:INADDR_NONE (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/libpcap/Win32/Src/
inet_aton.c 45 #ifndef INADDR_NONE
46 #define INADDR_NONE 0xffffffff
53 return (addr->s_addr == INADDR_NONE) ? 0 : 1;
inet_net.c 86 return (INADDR_NONE);
91 return (INADDR_NONE);
95 return (INADDR_NONE);
  /external/tcpdump/missing/
inet_aton.c 44 #ifndef INADDR_NONE
45 #define INADDR_NONE 0xffffffff
52 return (addr->s_addr == INADDR_NONE) ? 0 : 1;
  /external/curl/docs/examples/
externalsocket.c 51 #ifndef INADDR_NONE
52 #define INADDR_NONE 0xffffffff
119 if(INADDR_NONE == (servaddr.sin_addr.s_addr = inet_addr(IPADDR)))
  /external/curl/lib/
hostip.h 194 #ifndef INADDR_NONE
197 #define CURL_INADDR_NONE INADDR_NONE
  /bionic/libc/bionic/
arpa_inet.cpp 32 return inet_aton(cp, &addr) ? addr.s_addr : INADDR_NONE;
  /external/c-ares/
acountry.c 79 #ifndef INADDR_NONE
80 #define INADDR_NONE 0xffffffff
168 if (addr.s_addr == INADDR_NONE)
257 memset(addr, INADDR_NONE, sizeof(*addr));
ares__get_hostent.c 140 addr.addrV4.s_addr = INADDR_NONE;
144 if (addr.addrV4.s_addr != INADDR_NONE)
ares_private.h 49 #ifndef INADDR_NONE
50 #define INADDR_NONE 0xffffffff
  /external/mdnsresponder/mDNSPosix/
ProxyResponder.c 24 #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
256 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
261 if (proxyhost.ip.NotAnInteger == INADDR_NONE) // INADDR_NONE is 0xFFFFFFFF
  /system/connectivity/shill/shims/
netfilter_queue_processor.cc 293 return INADDR_NONE;
298 return INADDR_NONE;
304 return INADDR_NONE;
  /bionic/libc/kernel/uapi/linux/
in.h 269 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /development/ndk/platforms/android-21/include/linux/
in.h 249 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /development/ndk/platforms/android-3/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /external/iproute2/include/linux/
in.h 279 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /external/kernel-headers/original/uapi/linux/
in.h 279 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
in.h 235 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 232 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
in.h 197 #define INADDR_NONE ((unsigned long int) 0xffffffff)

Completed in 1165 milliseconds

1 2 3 4 5