Searched refs:UNP_CONNWAIT (Results 1 – 2 of 2) sorted by relevance
104 #define UNP_CONNWAIT 0x008 /* connect blocks until accepted */ macro
1260 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()