Searched refs:SO_ACCEPTCONN (Results 1 – 11 of 11) sorted by relevance
261 so->so_options |= SO_ACCEPTCONN; in solisten()425 if (so->so_options & SO_ACCEPTCONN) { in soclose()569 if (so->so_options & SO_ACCEPTCONN) in soconnect()1404 if (so->so_options & SO_ACCEPTCONN) { in sosplice()1460 if ((so->so_options & SO_ACCEPTCONN) || in sosplice()1461 (sosp->so_options & SO_ACCEPTCONN)) { in sosplice()2234 case SO_ACCEPTCONN: in sogetopt()2442 if (so->so_options & SO_ACCEPTCONN) { in filt_soread()
210 so->so_options = head->so_options &~ SO_ACCEPTCONN; in sonewconn()
891 if ((so2->so_options & SO_ACCEPTCONN) == 0 || in unp_connect()
286 if (isdnssocket(head) || (head->so_options & SO_ACCEPTCONN) == 0) { in doaccept()
88 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
219 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()
1172 ((inp->inp_socket->so_options & SO_ACCEPTCONN) == 0)) in tcp_ident()
634 if (so->so_options & (SO_DEBUG|SO_ACCEPTCONN)) { in tcp_input()683 if (so->so_options & SO_ACCEPTCONN) { in tcp_input()