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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_network.c 85 return (INADDR_NONE);
100 return (INADDR_NONE);
103 return (INADDR_NONE);
108 return (INADDR_NONE);
110 return (INADDR_NONE);
114 return (INADDR_NONE);
inet_addr.c 117 return (INADDR_NONE);
  /external/curl/docs/examples/
externalsocket.c 51 #ifndef INADDR_NONE
52 #define INADDR_NONE 0xffffffff
127 if(INADDR_NONE == servaddr.sin_addr.s_addr)
  /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/syslinux/core/lwip/src/include/ipv4/lwip/
inet.h 47 #define INADDR_NONE IPADDR_NONE
  /external/syslinux/gpxe/src/include/gpxe/
in.h 18 #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
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 62 INADDR_NONE = 0xffffffff
  /external/python/cpython2/Lib/plat-irix5/
IN.py 101 INADDR_NONE = 0xffffffff
  /bionic/libc/kernel/uapi/linux/
in.h 208 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /external/iproute2/include/uapi/linux/
in.h 281 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /external/kernel-headers/original/uapi/linux/
in.h 281 #define INADDR_NONE ((unsigned long int) 0xffffffff)
  /external/python/cpython2/Lib/plat-aix3/
IN.py 117 INADDR_NONE = 0xffffffff
  /external/python/cpython2/Lib/plat-aix4/
IN.py 148 INADDR_NONE = 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)
  /external/android-clat/
clatd_test.cpp 703 // If no addresses are free, return INADDR_NONE.
705 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 29));
706 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 16));
712 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 15));
716 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 33));
725 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 30));
729 EXPECT_EQ(INADDR_NONE, config_select_ipv4_address(&addr, 29));
    [all...]
translate.c 84 return INADDR_NONE;
144 if ((uint32_t) ip->saddr == INADDR_NONE) {
  /external/libvncserver/rfb/
rfbproto.h 122 #ifndef INADDR_NONE
123 #define INADDR_NONE ((in_addr_t) 0xffffffff)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 223 #define INADDR_NONE __IPADDR(0xffffffff) /* -1 return */
  /external/python/cpython2/Lib/plat-darwin/
IN.py 143 INADDR_NONE = 0xffffffff
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 141 INADDR_NONE = 0xffffffff
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 141 INADDR_NONE = 0xffffffff
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_agps.h 341 { v4 = INADDR_NONE; v6[0] = 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 94 #undef INADDR_NONE

Completed in 154 milliseconds

1 2 3