Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dunpcb.h163 #define UNP_TRACE_MDNS 0x00001000 macro
/xnu-11215.81.4/bsd/kern/
H A Duipc_usrreq.c643 if (unp->unp_flags & UNP_TRACE_MDNS) { in uipc_send()
1483 unp->unp_flags |= UNP_TRACE_MDNS; in unp_connect()
1484 unp2->unp_flags |= UNP_TRACE_MDNS; in unp_connect()
1686 if (unp->unp_flags & UNP_TRACE_MDNS) { in unp_disconnect()
1687 unp->unp_flags &= ~UNP_TRACE_MDNS; in unp_disconnect()
1715 if (unp2->unp_flags & UNP_TRACE_MDNS) { in unp_disconnect()
1716 unp2->unp_flags &= ~UNP_TRACE_MDNS; in unp_disconnect()