Home
last modified time | relevance | path

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

/third_party/musl/arch/powerpc/bits/
Dsocket.h20 #define SO_ACCEPTCONN 30 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h22 #define SO_ACCEPTCONN 30 macro
/third_party/musl/arch/mips/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h21 #define SO_ACCEPTCONN 0x1009 macro
/third_party/musl/libc-test/src/api/
Dsys_socket.c61 C(SO_ACCEPTCONN) in f()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h223 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h208 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h223 #define SO_ACCEPTCONN 30 macro
/third_party/musl/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h219 #define SO_ACCEPTCONN 30 macro
/third_party/lwip/src/include/lwip/
Dsockets.h204 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
/third_party/libsoup/libsoup/
Dsoup-socket.c164 SOL_SOCKET, SO_ACCEPTCONN, in soup_socket_initable_init()
/third_party/python/Modules/
Dsocketmodule.c7481 #ifdef SO_ACCEPTCONN
7482 PyModule_AddIntMacro(m, SO_ACCEPTCONN);
/third_party/lwip/src/api/
Dsockets.c2977 case SO_ACCEPTCONN: in lwip_getsockopt_impl()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c6915 so->so_options &= ~SO_ACCEPTCONN;
8423 so->so_options &= ~SO_ACCEPTCONN;
/third_party/lwip/
DCHANGELOG1000 Fixed implementation of SO_ACCEPTCONN to just look at the pcb state