OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestartQuestion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
7116
// *any* other question which could be the next one that we may process here.
RestartQuestion
7120
if (m->
RestartQuestion
)
7121
LogMsg("mDNSCoreRestartAddressQueries: ERROR!! m->
RestartQuestion
already set: %##s (%s)",
7122
m->
RestartQuestion
->qname.c, DNSTypeName(m->
RestartQuestion
->qtype));
7124
m->
RestartQuestion
= m->Questions;
7125
while (m->
RestartQuestion
)
7127
q = m->
RestartQuestion
;
7128
m->
RestartQuestion
= q->next;
14757
// *any* other question which could be the next one that we may process here.
RestartQuestion
[
all
...]
mDNSEmbeddedAPI.h
2437
DNSQuestion *
RestartQuestion
; // Questions that are being restarted (stop followed by start)
Completed in 28 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026