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

1 2 3 4

  /external/strace/xlat/
addrfams.h 2 #if !(defined(AF_UNSPEC) || (defined(HAVE_DECL_AF_UNSPEC) && HAVE_DECL_AF_UNSPEC))
3 # define AF_UNSPEC 0
138 XLAT(AF_UNSPEC),
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 36 AF_UNSPEC = 0
59 PF_UNSPEC = AF_UNSPEC
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 119 #define AF_UNSPEC 0
122 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 88 AF_UNSPEC = iota
types_windows.go 518 AF_UNSPEC = 0
zerrors_darwin_386.go 47 AF_UNSPEC = 0x0
    [all...]
zerrors_darwin_amd64.go 47 AF_UNSPEC = 0x0
    [all...]
zerrors_darwin_arm.go 46 AF_UNSPEC = 0x0
    [all...]
zerrors_darwin_arm64.go 47 AF_UNSPEC = 0x0
    [all...]
zerrors_solaris_amd64.go 46 AF_UNSPEC = 0x0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 88 AF_UNSPEC = iota
types_windows.go 518 AF_UNSPEC = 0
  /bionic/libc/include/sys/
socket.h 142 #define AF_UNSPEC 0
187 #define PF_UNSPEC AF_UNSPEC
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 156 #define AF_UNSPEC 0 /* unspecified */
248 #define PF_UNSPEC AF_UNSPEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 118 #define AF_UNSPEC PF_UNSPEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 118 #define AF_UNSPEC PF_UNSPEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 159 #undef AF_UNSPEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 200 #define AF_UNSPEC 0
227 #define PF_UNSPEC AF_UNSPEC
winsock2.h 217 #define AF_UNSPEC 0
268 #define PF_UNSPEC AF_UNSPEC
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 389 AF_UNSPEC = PF_UNSPEC
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 389 AF_UNSPEC = PF_UNSPEC
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 389 AF_UNSPEC = PF_UNSPEC
  /external/python/cpython2/Lib/plat-atheos/
IN.py 410 AF_UNSPEC = PF_UNSPEC
726 AF_UNSPEC = PF_UNSPEC
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 260 AF_UNSPEC = 0
292 PF_UNSPEC = AF_UNSPEC
  /libcore/luni/src/main/java/android/system/
OsConstants.java 115 public static final int AF_UNSPEC = placeholder();
    [all...]

Completed in 850 milliseconds

1 2 3 4