Searched refs:AuthRecordP2P (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1490 AuthRecordP2P // discovered over D2D/P2P framework enumerator in enum:__anon72
1613 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A Duds_daemon.c695 artype = AuthRecordP2P;
5557 else if (ar->ARType == AuthRecordP2P)
5630 else if (ar->ARType == AuthRecordP2P)
H A DDNSCommon.c1372 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P)
1377 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly))
H A DmDNS.c657 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
940 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
2870 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
3799 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P)
4527 if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInterface_Any))
12481 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.name))
13266 artype = AuthRecordP2P;
13618 artype = AuthRecordP2P;

Completed in 354 milliseconds