Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.h167 uDNS_LLQ_Ignore, // LLQ initial challenge packet: ignore -- has no useful records for us enumerator
H A DuDNS.c1234 return uDNS_LLQ_Ignore; in uDNS_recvLLQResponse()
1249 … return (oldstate == LLQ_SecondaryRequest ? uDNS_LLQ_Entire : uDNS_LLQ_Ignore); in uDNS_recvLLQResponse()
H A DmDNS.c9018 if (LLQType == uDNS_LLQ_Ignore) return; in mDNSCoreReceiveResponse()