Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dunpcb.h162 #define UNP_TRACE_MDNS 0x1000 macro
/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c575 if (unp->unp_flags & UNP_TRACE_MDNS) { in uipc_send()
1397 unp->unp_flags |= UNP_TRACE_MDNS; in unp_connect()
1398 unp2->unp_flags |= UNP_TRACE_MDNS; in unp_connect()
1600 if (unp->unp_flags & UNP_TRACE_MDNS) { in unp_disconnect()
1601 unp->unp_flags &= ~UNP_TRACE_MDNS; in unp_disconnect()
1629 if (unp2->unp_flags & UNP_TRACE_MDNS) { in unp_disconnect()
1630 unp2->unp_flags &= ~UNP_TRACE_MDNS; in unp_disconnect()