Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c13762 #define IsLLQ(Q) ((Q)->LongLived && !mDNSOpaque16IsZero((Q)->TargetQID)) macro
13783 if (IsLLQ(q) != IsLLQ(question)) continue; in FindDuplicateQuestion()