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