Searched refs:CurrentQuery (Results 1 – 2 of 2) sorted by relevance
1301 u->CurrentQuery = u->ActiveQueries; in LLQNatMapComplete()1302 while (u->CurrentQuery) in LLQNatMapComplete()1304 DNSQuestion *q = u->CurrentQuery; in LLQNatMapComplete()1305 u->CurrentQuery = u->CurrentQuery->next; in LLQNatMapComplete()2046 …if (question != m->uDNS_info.CurrentQuery) { LogMsg("ERROR: deriveGoodbyes called without CurrentQ… in deriveGoodbyes()2065 if (question != m->uDNS_info.CurrentQuery) in deriveGoodbyes()2113 if (question != m->uDNS_info.CurrentQuery) in deriveGoodbyes()2156 if (question != m->uDNS_info.CurrentQuery) in pktResponseHndlr()2186 if (question != m->uDNS_info.CurrentQuery) in pktResponseHndlr()2219 if (question != m->uDNS_info.CurrentQuery) in pktResponseHndlr()[all …]
2088 …DNSQuestion *CurrentQuery; // pointer to ActiveQueries list being examined in a loop. F… member