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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c1297 rr->SendNSECNow = mDNSNULL;
2596 if (!pktcount && active && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2597 rr->SendNSECNow = mDNSInterfaceMark;
2668 if (!pktcount && (rr->resrec.RecordType & kDNSRecordTypeActiveUniqueMask) && !rr->SendNSECNow)
2669 rr->SendNSECNow = mDNSInterfaceMark;
2692 // (recognized by rr->SendNSECNow == intf->InterfaceID) we should really put the NSEC in the Answer Section,
2695 if (rr->SendNSECNow == mDNSInterfaceMark || rr->SendNSECNow == intf->InterfaceID)
2729 // If we successfully put the NSEC record, clear the SendNSECNow flag
2730 // If we consider this NSEC optional, then we unconditionally clear the SendNSECNow fla
[all...]
H A DmDNSEmbeddedAPI.h1532 mDNSInterfaceID SendNSECNow; // Set if we need to generate associated NSEC data for this rrname member in struct:AuthRecord_struct

Completed in 216 milliseconds