Home
last modified time | relevance | path

Searched refs:SO_ACCEPTCONN (Results 1 – 14 of 14) sorted by relevance

/external/strace/tests-m32/
Dcreate_nl_socket.c48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/strace/tests-mx32/
Dcreate_nl_socket.c48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/strace/tests/
Dcreate_nl_socket.c48 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &listening, &len)) in create_nl_socket_ext()
/external/strace/xlat/
Dsockoptions.h110 #if defined(SO_ACCEPTCONN) || (defined(HAVE_DECL_SO_ACCEPTCONN) && HAVE_DECL_SO_ACCEPTCONN)
111 XLAT(SO_ACCEPTCONN),
Dsockoptions.in34 SO_ACCEPTCONN
/external/kernel-headers/original/uapi/asm-generic/
Dsocket.h51 #define SO_ACCEPTCONN 30 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsocket.h42 #define SO_ACCEPTCONN 0x1009 macro
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py15 SO_ACCEPTCONN = 0x0002 variable
/external/syslinux/core/lwip/src/core/
Dinit.c240 if (SO_ACCEPTCONN != SOF_ACCEPTCONN) in lwip_sanity_check()
/external/syslinux/core/lwip/src/include/lwip/
Dsockets.h78 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py475 SO_ACCEPTCONN = 30 variable
/external/python/cpython2/Lib/plat-unixware7/
DIN.py233 SO_ACCEPTCONN = 0x0002 variable
/external/syslinux/core/lwip/src/api/
Dsockets.c1464 case SO_ACCEPTCONN:
1668 case SO_ACCEPTCONN:
/external/python/cpython2/Modules/
Dsocketmodule.c4908 #ifdef SO_ACCEPTCONN
4909 PyModule_AddIntConstant(m, "SO_ACCEPTCONN", SO_ACCEPTCONN);