HomeSort by relevance Sort by last modified time
    Searched refs:SO_TYPE (Results 1 - 25 of 98) 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-mips/asm/
socket.h 31 #define SO_TYPE 0x1008
32 #define SO_STYLE SO_TYPE
  /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 */
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 25 #define SO_TYPE 3
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 12 #define SO_TYPE 3
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 33 SO_TYPE = 0x1008
  /external/strace/xlat/
sockoptions.h 17 #if defined(SO_TYPE) || (defined(HAVE_DECL_SO_TYPE) && HAVE_DECL_SO_TYPE)
18 XLAT(SO_TYPE),
  /bionic/tests/headers/posix/
sys_socket_h.c 110 MACRO(SO_TYPE);
  /prebuilts/go/darwin-x86/src/net/
file_unix.go 33 sotype, err := syscall.GetsockoptInt(s, syscall.SOL_SOCKET, syscall.SO_TYPE)
  /prebuilts/go/linux-x86/src/net/
file_unix.go 33 sotype, err := syscall.GetsockoptInt(s, syscall.SOL_SOCKET, syscall.SO_TYPE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 60 { "SO_TYPE", SO_TYPE, SOL_SOCKET, FALSE, DATA_TYPE_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
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 137 #define SO_TYPE 0x1008 /* get socket type */
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 100 #define SO_TYPE 0x1008 /* get socket type */
  /libcore/ojluni/src/main/native/
net_util_md.c 1121 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, (void *)&sotype,
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 448 SO_TYPE = 3
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 176 #define SO_TYPE 0x1008
  /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/
ssl.py 145 from socket import SOL_SOCKET, SO_TYPE
567 if sock.getsockopt(SOL_SOCKET, SO_TYPE) != SOCK_STREAM:
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 765 SO_TYPE = 3
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 256 SO_TYPE = 0x1008
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 119 SO_TYPE
886 case level == SOL_SOCKET && opt == SO_TYPE:
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 119 SO_TYPE
886 case level == SOL_SOCKET && opt == SO_TYPE:
  /external/python/cpython3/Lib/
ssl.py 163 from socket import SOL_SOCKET, SO_TYPE
754 if sock.getsockopt(SOL_SOCKET, SO_TYPE) != SOCK_STREAM:
    [all...]

Completed in 1714 milliseconds

1 2 3 4