Searched refs:SO_ACCEPTCONN (Results 1 – 14 of 14) sorted by relevance
211 if ((so->so_options & SO_ACCEPTCONN) == 0) { in accept_filt_getopt()242 if ((so->so_options & SO_ACCEPTCONN) == 0) { in accept_filt_clear()336 if ((so->so_options & SO_ACCEPTCONN) == 0 || so->so_accf != NULL) { in accept_filt_setopt()
666 so->so_options |= SO_ACCEPTCONN; in solisten()735 if (so->so_options & SO_ACCEPTCONN) { in soclose()837 if (so->so_options & SO_ACCEPTCONN) in soconnect()1976 case SO_ACCEPTCONN: in sogetopt1()2323 (so->so_options & SO_ACCEPTCONN) != 0; in filt_soempty()2389 if (so->so_options & SO_ACCEPTCONN) in soo_kqfilter()
1214 KASSERT((so2->so_options & SO_ACCEPTCONN) == 0 || in unp_connect()1216 if ((so2->so_options & SO_ACCEPTCONN) == 0 || in unp_connect()1778 if ((so->so_options & SO_ACCEPTCONN) != 0) { in unp_gc()
316 so->so_options = head->so_options & ~SO_ACCEPTCONN; in sonewconn()
206 if ((so->so_options & SO_ACCEPTCONN) == 0) { in do_sys_accept()
122 #define SO_ACCEPTCONN 0x0002 /* socket has had listen() */ macro
384 if(so->so_options&SO_ACCEPTCONN) in sockinworker()
313 (so->so_options & SO_ACCEPTCONN) == 0)) in check_suitable_port()
1432 (inp->inp_socket->so_options & SO_ACCEPTCONN) != 0) in inet4_ident_core()1467 (inp->inp_socket->so_options & SO_ACCEPTCONN) != 0) in inet6_ident_core()
3605 inp->sctp_socket->so_options &= ~SO_ACCEPTCONN; in sctp_listen()3616 inp->sctp_socket->so_options &= ~SO_ACCEPTCONN; in sctp_listen()
1536 if (so->so_options & SO_ACCEPTCONN) { in tcp_input()
429 if (so->so_options & SO_ACCEPTCONN) { in dccp_input()
242 (so->so_options & SO_ACCEPTCONN) == 0)) in in6pcb_bind_port()
633 CASERETURN(SO_ACCEPTCONN); in sockoptname()