Searched refs:SO_ACCEPTCONN (Results 1 – 20 of 20) sorted by relevance
20 #define SO_ACCEPTCONN 30 macro
22 #define SO_ACCEPTCONN 30 macro
21 #define SO_ACCEPTCONN 0x1009 macro
61 C(SO_ACCEPTCONN) in f()
223 #define SO_ACCEPTCONN 30 macro
219 #define SO_ACCEPTCONN 30 macro
208 #define SO_ACCEPTCONN 30 macro
204 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
164 SOL_SOCKET, SO_ACCEPTCONN, in soup_socket_initable_init()
7481 #ifdef SO_ACCEPTCONN7482 PyModule_AddIntMacro(m, SO_ACCEPTCONN);
2977 case SO_ACCEPTCONN: in lwip_getsockopt_impl()
6915 so->so_options &= ~SO_ACCEPTCONN;8423 so->so_options &= ~SO_ACCEPTCONN;
1000 Fixed implementation of SO_ACCEPTCONN to just look at the pcb state