Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDunpcb.h104 #define UNP_CONNWAIT 0x008 /* connect blocks until accepted */ macro
/freebsd-11-stable/sys/kern/
HDuipc_usrreq.c1260 optval = unp->unp_flags & UNP_CONNWAIT ? 1 : 0; in uipc_ctloutput()
1294 OPTSET(UNP_CONNWAIT); in uipc_ctloutput()
1514 ((unp->unp_flags | unp2->unp_flags) & UNP_CONNWAIT)) in unp_connect2()
2557 if (unp_flags & UNP_CONNWAIT) { in db_print_unpflags()