Searched refs:CurrentQuery (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1301 u->CurrentQuery = u->ActiveQueries;
1302 while (u->CurrentQuery)
1304 DNSQuestion *q = u->CurrentQuery;
1305 u->CurrentQuery = u->CurrentQuery->next;
2046 if (question != m->uDNS_info.CurrentQuery) { LogMsg("ERROR: deriveGoodbyes called without CurrentQuery set!"); return; }
2065 if (question != m->uDNS_info.CurrentQuery)
2113 if (question != m->uDNS_info.CurrentQuery)
2156 if (question != m->uDNS_info.CurrentQuery)
[all...]
H A DmDNSEmbeddedAPI.h2088 DNSQuestion *CurrentQuery; // pointer to ActiveQueries list being examined in a loop. Functions that remove member in struct:__anon231

Completed in 119 milliseconds