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

1 2 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
  /bionic/tests/headers/posix/
sys_socket_h.c 110 MACRO(SO_TYPE);
  /external/strace/xlat/
sock_options.h 31 #if defined(SO_TYPE) || (defined(HAVE_DECL_SO_TYPE) && HAVE_DECL_SO_TYPE)
33 static_assert((SO_TYPE) == (4104), "SO_TYPE != 4104");
36 # define SO_TYPE 4104
39 #if defined(SO_TYPE) || (defined(HAVE_DECL_SO_TYPE) && HAVE_DECL_SO_TYPE)
41 static_assert((SO_TYPE) == (3), "SO_TYPE != 3");
44 # define SO_TYPE 3
    [all...]
sock_options.in 12 SO_TYPE 4104
14 SO_TYPE 3
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 60 { "SO_TYPE", SO_TYPE, SOL_SOCKET, FALSE, DATA_TYPE_SOCKET_TYPE },
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 137 #define SO_TYPE 0x1008 /* get socket type */
  /external/python/cpython2/Lib/plat-linux2/
IN.py 448 SO_TYPE = 3
  /external/python/cpython2/Lib/
ssl.py 145 from socket import SOL_SOCKET, SO_TYPE
573 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
  /external/python/cpython3/Lib/
ssl.py 172 from socket import SOL_SOCKET, SO_TYPE
800 if sock.getsockopt(SOL_SOCKET, SO_TYPE) != SOCK_STREAM:
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 116 VERIFY(0 == getsockopt(s_, SOL_SOCKET, SO_TYPE, (SockOptArg)&type, &len));
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_linux.go 941 sockType, err = GetsockoptInt(fd, SOL_SOCKET, SO_TYPE)
995 sockType, err = GetsockoptInt(fd, SOL_SOCKET, SO_TYPE)
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]

Completed in 858 milliseconds

1 2 3