Searched defs:mDNS_StopQuery_internal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c516 mDNS_StopQuery_internal(m, q); // Stop old query
4621 // that they're still the same. If m->NewQuestions has changed (because mDNS_StopQuery_internal
4628 // Fortunately mDNS_StopQuery_internal auto-advances both m->CurrentQuestion *AND* m->NewQuestions when
5449 // points to the "next" question which will be automatically advanced in mDNS_StopQuery_internal
5508 mDNS_StopQuery_internal(m, q);
10489 question->state = 0; // Must zero question->state, or mDNS_StopQuery_internal will clean up and cancel our LLQ from the server
11261 mDNS_StopQuery_internal(m, q);
11281 // points to the "next" question which will be automatically advanced in mDNS_StopQuery_internal
11790 // If it was already stopped, mDNS_StopQuery_internal would have set q->ThisQInterval to -1 and should not
11794 mDNS_StopQuery_internal(
11801 mDNSexport mStatus mDNS_StopQuery_internal(mDNS *const m, DNSQuestion *const question) function
[all...]

Completed in 2027 milliseconds