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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 11 #define SO_TYPE 3
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 25 #define SO_TYPE 3
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 31 #define SO_TYPE 0x1008
32 #define SO_STYLE SO_TYPE
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 12 #define SO_TYPE 3
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 34 #define SO_TYPE 0x1008 /* Compatible name for SO_STYLE. */
35 #define SO_STYLE SO_TYPE /* Synonym */
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 33 SO_TYPE = 0x1008
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 100 #define SO_TYPE 0x1008 /* get socket type */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 119 SO_TYPE
886 case level == SOL_SOCKET && opt == SO_TYPE:
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 119 SO_TYPE
886 case level == SOL_SOCKET && opt == SO_TYPE:
zerrors_darwin_386.go     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 137 #define SO_TYPE 0x1008 /* get socket type */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 135 #undef SO_TYPE
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 176 #define SO_TYPE 0x1008
winsock2.h 202 #define SO_TYPE 0x1008
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 448 SO_TYPE = 3
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 448 SO_TYPE = 3
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 448 SO_TYPE = 3
  /external/python/cpython2/Lib/plat-atheos/
IN.py 765 SO_TYPE = 3
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 256 SO_TYPE = 0x1008
  /libcore/luni/src/main/java/android/system/
OsConstants.java 488 public static final int SO_TYPE = placeholder();
    [all...]

Completed in 121 milliseconds

1 2 3 4