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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1525 AuthRecType ARType; // LocalOnly, P2P or Normal ? member in struct:AuthRecord_struct
1613 #define RRLocalOnly(rr) ((rr)->ARType == AuthRecordLocalOnly || (rr)->ARType == AuthRecordP2P)
1615 #define RRAny(rr) ((rr)->ARType == AuthRecordAny || (rr)->ARType == AuthRecordAnyIncludeP2P || (rr)->ARType == AuthRecordAnyIncludeAWDL || (rr)->ARType == AuthRecordAnyIncludeAWDLandP2P)
H A Duds_daemon.c1447 // we'll have to derive it from the ARType field.
1448 if (rr->ARType == AuthRecordAnyIncludeP2P)
1450 else if (rr->ARType == AuthRecordAnyIncludeAWDL)
5522 if (ar->ARType == AuthRecordLocalOnly)
5555 if (ar->ARType == AuthRecordLocalOnly)
5557 else if (ar->ARType == AuthRecordP2P)
5626 else if (ar->ARType == AuthRecordLocalOnly)
5630 else if (ar->ARType == AuthRecordP2P)
H A DmDNS.c143 #define UniqueLocalOnlyRecord(rr) ((rr)->ARType == AuthRecordLocalOnly && \
657 if (rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P)
940 if (!(rr->ForceMCast || rr->ARType == AuthRecordLocalOnly || rr->ARType == AuthRecordP2P || IsLocalDomain(&rr->namestorage)))
1245 rr->ARType = AuthRecordLocalOnly;
1250 if (intf && !intf->Advertise) { rr->resrec.InterfaceID = mDNSInterface_LocalOnly; rr->ARType = AuthRecordLocalOnly; }
2870 if (rr->ARType != AuthRecordLocalOnly && rr->ARType != AuthRecordP2P)
3799 if (ar->ARType !
[all...]
H A DDNSCommon.c1426 rr->ARType = artype;
1839 // LocalOnly records are truly identified by ARType in the AuthRecord. As P2P and LocalOnly record
1901 if (ar->ARType != AuthRecordLocalOnly && rr->InterfaceID && !mDNSOpaque16IsZero(q->TargetQID)) return(mDNSfalse);

Completed in 161 milliseconds