Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SendNSECNow

1142 	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 flag, even if we fail to put this additional record
2383 if (newptr || rr->SendNSECNow == mDNSInterfaceMark)
2385 rr->SendNSECNow = mDNSNULL;
2386 // Run through remainder of list clearing SendNSECNow flag for all other records which would generate the same NSEC
2389 if (r2->SendNSECNow == mDNSInterfaceMark || r2->SendNSECNow == intf->InterfaceID)
2390 r2->SendNSECNow = mDNSNULL;
5237 rr->SendNSECNow = mDNSNULL;
5852 NSECAnswer->SendNSECNow = InterfaceID;
9550 rr->SendNSECNow = mDNSNULL;