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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1172 AuthRecordP2P // discovered over D2D/P2P framework enumerator in enum:__anon26813
1286 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
H A DmDNS.c549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
824 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
1106 if (rr->resrec.InterfaceID && rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
2454 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
3224 if (ar->ARType != AuthRecordLocalOnly && ar->ARType != AuthRecordP2P)
3858 if (rr->ARType == AuthRecordLocalOnly || (rr->ARType == AuthRecordP2P && q->InterfaceID == mDNSInterface_Any))
9108 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P && !IsLocalDomain(rr->resrec.name))
9791 artype = AuthRecordP2P;
9915 artype = AuthRecordP2P;
10088 artype = AuthRecordP2P;
[all...]
H A DDNSCommon.c1006 else if (InterfaceID == mDNSInterface_P2P && artype != AuthRecordP2P)
1011 else if (!InterfaceID && (artype == AuthRecordP2P || artype == AuthRecordLocalOnly))
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c523 artype = AuthRecordP2P;
4261 else if (ar->ARType == AuthRecordP2P)
4300 else if (ar->ARType == AuthRecordP2P)

Completed in 144 milliseconds