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

1 2 3 4

  /external/strace/tests/
create_nl_socket.c 48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /external/strace/tests-m32/
create_nl_socket.c 48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /external/strace/tests-mx32/
create_nl_socket.c 48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
socket.h 51 #define SO_ACCEPTCONN 30
  /bionic/libc/kernel/uapi/asm-generic/
socket.h 58 #define SO_ACCEPTCONN 30
  /external/kernel-headers/original/uapi/asm-generic/
socket.h 52 #define SO_ACCEPTCONN 30
  /bionic/libc/kernel/uapi/asm-mips/asm/
socket.h 40 #define SO_ACCEPTCONN 0x1009
  /external/kernel-headers/original/uapi/asm-mips/asm/
socket.h 43 #define SO_ACCEPTCONN 0x1009
  /external/python/cpython2/Lib/plat-os2emx/
SOCKET.py 15 SO_ACCEPTCONN = 0x0002
  /external/strace/xlat/
sockoptions.h 110 #if defined(SO_ACCEPTCONN) || (defined(HAVE_DECL_SO_ACCEPTCONN) && HAVE_DECL_SO_ACCEPTCONN)
111 XLAT(SO_ACCEPTCONN),
  /bionic/tests/headers/posix/
sys_socket_h.c 95 MACRO(SO_ACCEPTCONN);
  /external/syslinux/core/lwip/src/core/
init.c 240 if (SO_ACCEPTCONN != SOF_ACCEPTCONN)
241 LWIP_PLATFORM_DIAG(("lwip_sanity_check: WARNING: SO_ACCEPTCONN != SOF_ACCEPTCONN\n"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 43 { "SO_ACCEPTCONN", SO_ACCEPTCONN, SOL_SOCKET, FALSE, DATA_TYPE_UNKNOWN },
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ws1_undef.h 117 #undef SO_ACCEPTCONN
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 115 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 78 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */
  /external/python/cpython2/Lib/plat-linux2/
IN.py 475 SO_ACCEPTCONN = 30
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock.h 158 #define SO_ACCEPTCONN 0x0002
winsock2.h 183 #define SO_ACCEPTCONN 0x0002
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 475 SO_ACCEPTCONN = 30
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 475 SO_ACCEPTCONN = 30
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 233 SO_ACCEPTCONN = 0x0002
  /external/syslinux/core/lwip/src/api/
sockets.c     [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...]

Completed in 204 milliseconds

1 2 3 4