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

/darwin-on-arm/xnu/bsd/sys/
H A Dunpcb.h158 #define UNP_TRACE_MDNS 0x1000 macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c531 if (unp->unp_flags & UNP_TRACE_MDNS) {
1224 unp->unp_flags |= UNP_TRACE_MDNS;
1225 unp2->unp_flags |= UNP_TRACE_MDNS;
1422 if (unp->unp_flags & UNP_TRACE_MDNS)
1423 unp->unp_flags &= ~UNP_TRACE_MDNS;
1448 if (unp2->unp_flags & UNP_TRACE_MDNS)
1449 unp2->unp_flags &= ~UNP_TRACE_MDNS;

Completed in 19 milliseconds