HomeSort by relevance Sort by last modified time
    Searched defs:INADDR_ANY (Results 1 - 23 of 23) sorted by null

  /external/syslinux/core/lwip/src/include/ipv4/lwip/
inet.h 51 #define INADDR_ANY IPADDR_ANY
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsipv6ok.h 36 #undef INADDR_ANY
37 #define INADDR_ANY INADDR_ANY_IPV6INCOMPATIBLE
winsock.h 131 #define INADDR_ANY (u_long)0x00000000
winsock2.h 167 #define INADDR_ANY (u_long)0x00000000
172 #define ADDR_ANY INADDR_ANY
    [all...]
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 59 INADDR_ANY = 0x00000000
  /external/python/cpython2/Lib/plat-aix3/
IN.py 114 INADDR_ANY = 0x00000000
  /external/python/cpython2/Lib/plat-irix5/
IN.py 95 INADDR_ANY = 0x00000000
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceTest.java 79 private static final InetAddress INADDR_ANY;
110 INADDR_ANY = InetAddress.getByAddress(new byte[] {0, 0, 0, 0});
218 Os.bind(newSocket, INADDR_ANY, localport);
239 Os.bind(newSocket, INADDR_ANY, localport);
  /bionic/libc/kernel/uapi/linux/
in.h 206 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 220 #define INADDR_ANY __IPADDR(0x00000000)
550 #define in_nullhost(x) ((x).s_addr == INADDR_ANY)
  /external/iproute2/include/uapi/linux/
in.h 275 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /external/kernel-headers/original/uapi/linux/
in.h 275 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /external/python/cpython2/Lib/plat-aix4/
IN.py 145 INADDR_ANY = 0x00000000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 226 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 177 #define INADDR_ANY ((in_addr_t) 0x00000000)
  /external/curl/tests/python_dependencies/impacket/
nmb.py 48 INADDR_ANY = '0.0.0.0'
451 s.bind(( INADDR_ANY, randint(10000, 60000) ))
782 sock.bind((INADDR_ANY, 138))
    [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 307 INADDR_ANY = 0x00000000
  /frameworks/base/services/net/java/android/net/dhcp/
DhcpPacket.java 41 public static final Inet4Address INADDR_ANY = (Inet4Address) Inet4Address.ANY;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 91 #undef INADDR_ANY
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 98 private static final InetAddress INADDR_ANY;
102 INADDR_ANY = InetAddress.getByAddress(new byte[] {0, 0, 0, 0});
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 684 INADDR_ANY = 0x00000000
824 INADDR_ANY = ( 0x00000000)
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 32 INADDR_ANY = 0x00000000
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 296 milliseconds