Searched refs:SendNSECNow (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c1142 rr->SendNSECNow = mDNSNULL;
2294 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2295 rr->SendNSECNow = mDNSInterfaceMark;
2334 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2335 rr->SendNSECNow = mDNSInterfaceMark;
2358 // (recognized by rr->SendNSECNow == intf->InterfaceID) we should really put the NSEC in the Answer Section,
2361 if (rr->SendNSECNow == mDNSInterfaceMark || rr->SendNSECNow == intf->InterfaceID)
2381 // If we successfully put the NSEC record, clear the SendNSECNow flag
2382 // If we consider this NSEC optional, then we unconditionally clear the SendNSECNow fla
[all...]
H A DmDNSEmbeddedAPI.h1211 mDNSInterfaceID SendNSECNow; // Set if we need to generate associated NSEC data for this rrname member in struct:AuthRecord_struct

Completed in 136 milliseconds