Searched refs:SO_ACCEPTCONN (Results 1 – 11 of 11) sorted by relevance
255 so->so_options |= SO_ACCEPTCONN; in solisten()396 if (so->so_options & SO_ACCEPTCONN) { in soclose()520 if (so->so_options & SO_ACCEPTCONN) in soconnect()1402 if ((so->so_options & SO_ACCEPTCONN) || in sosplice()1403 (sosp->so_options & SO_ACCEPTCONN)) { in sosplice()2152 case SO_ACCEPTCONN: in sogetopt()2360 if (so->so_options & SO_ACCEPTCONN) { in filt_soread()
193 so->so_options = head->so_options &~ SO_ACCEPTCONN; in sonewconn()
891 if ((so2->so_options & SO_ACCEPTCONN) == 0 || in unp_connect()
284 if (isdnssocket(head) || (head->so_options & SO_ACCEPTCONN) == 0) { in doaccept()
88 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
220 SO_ACCEPTCONN SO_ATTACH_FILTER SO_BACKLOG SO_BINDTODEVICE SO_BROADCAST
532 if(getsockopt(ev->ev_fd, SOL_SOCKET, SO_ACCEPTCONN, in event_add()
288 (so->so_options & SO_ACCEPTCONN) == 0)) in in_pcbbind_locked()
1222 if (tp != NULL && !ISSET(so->so_options, SO_ACCEPTCONN)) in tcp_ident()
640 if (so->so_options & (SO_DEBUG|SO_ACCEPTCONN)) { in tcp_input() 689 if (so->so_options & SO_ACCEPTCONN) { in tcp_input()