Searched refs:UNP_HAVEPC (Results 1 – 2 of 2) sorted by relevance
159 #define UNP_HAVEPC 0x0001 macro
768 if (unp->unp_flags & UNP_HAVEPC) { in uipc_ctloutput()1347 unp3->unp_flags |= UNP_HAVEPC; in unp_connect()1379 unp->unp_flags |= UNP_HAVEPC; in unp_connect()1479 if (!(unp->unp_flags & UNP_HAVEPC) && in unp_connect2()1480 !(unp2->unp_flags & UNP_HAVEPC)) { in unp_connect2()1482 unp->unp_flags |= UNP_HAVEPC; in unp_connect2()1485 unp2->unp_flags |= UNP_HAVEPC; in unp_connect2()