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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8071 mDNSlocal mDNSBool IsResponseAcceptable(mDNS *const m, const CacheRecord *crlist, DNSQuestion *q, mDNSBool *nseclist) argument
8077 *nseclist = mDNSfalse;
8097 // too. nseclist is set if they have to be cached as part of the negative cache record.
8108 // "nseclist" is set
8118 // and hence nseclist should not be set.
8128 LogInfo("IsResponseAcceptable: Accepting RRSIG %s matches %s type (nseclist = 1)", CRDisplayString(m, newcr), DNSTypeName(typeCovered));
8129 *nseclist = mDNStrue;
8134 LogInfo("IsResponseAcceptable: Accepting RRSIG %s matches SOA type (nseclist = 1)", CRDisplayString(m, newcr));
8135 *nseclist = mDNStrue;
8147 LogInfo("IsResponseAcceptable: Accepting NSEC %s (nseclist
8738 mDNSBool nseclist; local
[all...]

Completed in 127 milliseconds