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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1201 AuthRecType ARType; // LocalOnly, P2P or Normal ? member in struct:AuthRecord_struct
1286 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
1288 #define RRAny(rr) ((rr)->ARType == AuthRecordAny || (rr)->ARType == AuthRecordAnyIncludeP2P)
H A DmDNS.c117 #define LORecordAnswersAddressType(rr) ((rr)->ARType == AuthRecordLocalOnly && \
549 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
824 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
1046 rr->ARType = AuthRecordLocalOnly;
1051 if (intf && !intf->Advertise){ rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; }
1106 if (rr->resrec.InterfaceID && rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
2454 if (rr->ARType !
[all...]
H A DDNSCommon.c1059 rr->ARType = artype;
1275 // LocalOnly records are truly identified by ARType in the AuthRecord. As P2P and LocalOnly record
1337 if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) return(mDNSfalse);
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4225 if (ar->ARType == AuthRecordLocalOnly)
4259 if (ar->ARType == AuthRecordLocalOnly)
4261 else if (ar->ARType == AuthRecordP2P)
4298 else if (ar->ARType == AuthRecordLocalOnly)
4300 else if (ar->ARType == AuthRecordP2P)

Completed in 319 milliseconds