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

1 2 3 4 5

  /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
  /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
  /bionic/libc/kernel/uapi/linux/
in.h 218 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /development/ndk/platforms/android-21/include/linux/
in.h 246 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /development/ndk/platforms/android-9/include/linux/
in.h 193 #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/linux/
in.h 273 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /external/kernel-headers/original/uapi/linux/
in.h 274 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /external/python/cpython2/Lib/plat-aix4/
IN.py 145 INADDR_ANY = 0x00000000
  /frameworks/base/services/core/java/com/android/server/
IpSecService.java 69 private static final InetAddress INADDR_ANY;
73 INADDR_ANY = InetAddress.getByAddress(new byte[] {0, 0, 0, 0});
514 Os.bind(probeSocket, INADDR_ANY, 0);
518 Os.bind(sockFd, INADDR_ANY, port);
551 Os.bind(sockFd, INADDR_ANY, port);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
in.h 229 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in.h 177 #define INADDR_ANY ((in_addr_t) 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)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
in.h 193 #define INADDR_ANY ((unsigned long int) 0x00000000)

Completed in 874 milliseconds

1 2 3 4 5