Searched defs:pktrr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c760 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const authrr) argument
762 if (!pktrr) { LogMsg("PacketRRMatchesSignature ERROR: pktrr is NULL"); return(mDNSfalse); }
764 if (pktrr->resrec.InterfaceID &&
766 pktrr->resrec.InterfaceID != authrr->resrec.InterfaceID) return(mDNSfalse);
768 if (pktrr->resrec.rrtype != authrr->resrec.rrtype) return(mDNSfalse);
770 pktrr->resrec.rrclass == authrr->resrec.rrclass &&
771 pktrr->resrec.namehash == authrr->resrec.namehash &&
772 SameDomainName(pktrr->resrec.name, authrr->resrec.name));
6969 mDNSlocal mDNSBool MatchDependentOn(const mDNS *const m, const CacheRecord *const pktrr, cons argument
6997 FindRRSet(const mDNS *const m, const CacheRecord *const pktrr) argument
7020 PacketRRConflict(const mDNS *const m, const AuthRecord *const our, const CacheRecord *const pktrr) argument
7100 FindIdenticalRecordInCache(const mDNS *const m, const ResourceRecord *const pktrr) argument
[all...]

Completed in 108 milliseconds