Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c7658 …DNSQuestion *DupQuestions = mDNSNULL; // Our questions that are identical to que… in ProcessQuery() local
7659 DNSQuestion **dqp = &DupQuestions; in ProcessQuery()
7922 dqp = &DupQuestions; in ProcessQuery()
8112 while (DupQuestions) in ProcessQuery()
8114 DNSQuestion *q = DupQuestions; in ProcessQuery()
8115 DupQuestions = q->NextInDQList; in ProcessQuery()