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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Dnsec3.c36 NSEC3ClosestEncloser, enumerator in enum:__anon10968
163 // This function can be called with NSEC3ClosestEncloser, NSEC3Covers and NSEC3CEProof
165 // Passing in NSEC3ClosestEncloser means "find an exact match for the origName".
169 // With NSEC3ClosestEncloser, as we are just looking for a name match, extra checks for
207 // by passing NSEC3ClosestEncloser and NSEC3Covers respectively.
275 // The check can't be a strict subdomain check. When NSEC3ClosestEncloser is
295 if (val == NSEC3ClosestEncloser || val == NSEC3CEProof)
302 // For NSEC3ClosestEncloser, we are finding an exact match and
304 if (val != NSEC3ClosestEncloser)
328 if (val == NSEC3ClosestEncloser)
[all...]

Completed in 76 milliseconds