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

  /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 209 #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 279 #define INADDR_ANY ((unsigned long int) 0x00000000)
  /external/python/cpython2/Lib/plat-aix4/
IN.py 145 INADDR_ANY = 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
  /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

Completed in 2447 milliseconds