Searched refs:UNP_HAVEPC (Results 1 – 2 of 2) sorted by relevance
159 #define UNP_HAVEPC 0x00000001 macro
816 if (unp->unp_flags & UNP_HAVEPC) { in uipc_ctloutput()1397 unp3->unp_flags |= UNP_HAVEPC; in unp_connect()1429 unp->unp_flags |= UNP_HAVEPC; in unp_connect()1529 if (!(unp->unp_flags & UNP_HAVEPC) && in unp_connect2()1530 !(unp2->unp_flags & UNP_HAVEPC)) { in unp_connect2()1532 unp->unp_flags |= UNP_HAVEPC; in unp_connect2()1535 unp2->unp_flags |= UNP_HAVEPC; in unp_connect2()