Home
last modified time | relevance | path

Searched refs:UNP_CONNWAIT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dunpcb.h113 #define UNP_CONNWAIT 0x008 /* connect blocks until accepted */ macro
/f-stack/tools/compat/include/sys/
H A Dunpcb.h113 #define UNP_CONNWAIT 0x008 /* connect blocks until accepted */ macro
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1426 optval = unp->unp_flags & UNP_CONNWAIT ? 1 : 0; in uipc_ctloutput()
1470 OPTSET(UNP_CONNWAIT, 0); in uipc_ctloutput()
1715 ((unp->unp_flags | unp2->unp_flags) & UNP_CONNWAIT)) in unp_connect2()
2910 if (unp_flags & UNP_CONNWAIT) { in db_print_unpflags()