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

/xnu-2422.115.4/bsd/sys/
H A Dunpcb.h158 #define UNP_TRACE_MDNS 0x1000 macro
/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c532 if (unp->unp_flags & UNP_TRACE_MDNS) {
1265 unp->unp_flags |= UNP_TRACE_MDNS;
1266 unp2->unp_flags |= UNP_TRACE_MDNS;
1463 if (unp->unp_flags & UNP_TRACE_MDNS)
1464 unp->unp_flags &= ~UNP_TRACE_MDNS;
1489 if (unp2->unp_flags & UNP_TRACE_MDNS)
1490 unp2->unp_flags &= ~UNP_TRACE_MDNS;

Completed in 22 milliseconds