Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c539 q->allowExpired = AllowExpired_AllowExpiredAnswers; in QueryRecordOpStart()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1735 AllowExpired_AllowExpiredAnswers = 2 // Allow already expired answers from the cache enumerator
H A DmDNS.c4428 …_Ghost && !q->firstExpiredQname.c[0] && (q->allowExpired == AllowExpired_AllowExpiredAnswers) && r… in AnswerCurrentQuestionWithResourceRecord()
5049 …if (IsExpired && q->allowExpired != AllowExpired_AllowExpiredAnswers) continue; // Go to next on… in AnswerNewQuestion()
5079 if (q->allowExpired == AllowExpired_AllowExpiredAnswers) in AnswerNewQuestion()