Home
last modified time | relevance | path

Searched refs:kDNSFlag1_RC_NotImpl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h72 kDNSFlag1_RC_NotImpl = 0x04, enumerator
H A DDNSCommon.c3379 (X) == kDNSFlag1_RC_NotImpl ? "NotImpl" : \
H A DuDNS.c279 …de == kDNSFlag1_RC_FormErr) || (rcode == kDNSFlag1_RC_ServFail) || (rcode == kDNSFlag1_RC_NotImpl)) in PenalizeDNSServer()