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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1456 mDNSexport mDNSBool AddNSECSForCacheRecord(mDNS *const m, CacheRecord *crlist, CacheRecord *negcr, mDNSu8 rcode) argument
1460 (void)negcr;
H A DmDNS.c8379 LogInfo("mDNSCoreReceiveNoUnicastAnswers: AddNSECSForCacheRecord failed to add NSEC for negcr %s during refresh", CRDisplayString(m, neg));
8395 CacheRecord *negcr; local
8409 negcr = CreateNewCacheEntry(m, slot, cg, 1, mDNStrue, mDNSNULL);
8410 if (negcr)
8412 negcr->CRDNSSECQuestion = 0;
8413 if (!AddNSECSForCacheRecord(m, NSECRecords, negcr, rcode))
8415 LogInfo("mDNSCoreReceiveNoUnicastAnswers: AddNSECSForCacheRecord failed to add NSEC for negcr %s",
8416 CRDisplayString(m, negcr));
8421 negcr->CRDNSSECQuestion = 1;
8422 LogInfo("mDNSCoreReceiveNoUnicastAnswers: AddNSECSForCacheRecord added neg NSEC for %s", CRDisplayString(m, negcr));
[all...]

Completed in 77 milliseconds