Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dunpcb.h159 #define UNP_HAVEPC 0x00000001 macro
/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c822 if (unp->unp_flags & UNP_HAVEPC) { in uipc_ctloutput()
1402 unp3->unp_flags |= UNP_HAVEPC; in unp_connect()
1434 unp->unp_flags |= UNP_HAVEPC; in unp_connect()
1534 if (!(unp->unp_flags & UNP_HAVEPC) && in unp_connect2()
1535 !(unp2->unp_flags & UNP_HAVEPC)) { in unp_connect2()
1537 unp->unp_flags |= UNP_HAVEPC; in unp_connect2()
1540 unp2->unp_flags |= UNP_HAVEPC; in unp_connect2()