OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:questionptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
4764
const mDNSu8 *
questionPtr
= m->omsg.data;
4769
questionPtr
= getQuestion(&m->omsg,
questionPtr
, end, mDNSInterface_Any, &question);
4770
if (!
questionPtr
)
4815
const mDNSu8 *
questionptr
= m->omsg.data;
local
4818
for (n = 0; n < m->omsg.h.numQuestions &&
questionptr
; n++)
4820
questionptr
= getQuestion(&m->omsg,
questionptr
, limit, mDNSInterface_Any, &question);
4821
if (
questionptr
&& (question.qtype == kDNSQType_ANY) && (question.qclass == qclass) &&
mDNS.c
4764
const mDNSu8 *
questionPtr
= m->omsg.data;
4769
questionPtr
= getQuestion(&m->omsg,
questionPtr
, end, mDNSInterface_Any, &question);
4770
if (!
questionPtr
)
4815
const mDNSu8 *
questionptr
= m->omsg.data;
local
4818
for (n = 0; n < m->omsg.h.numQuestions &&
questionptr
; n++)
4820
questionptr
= getQuestion(&m->omsg,
questionptr
, limit, mDNSInterface_Any, &question);
4821
if (
questionptr
&& (question.qtype == kDNSQType_ANY) && (question.qclass == qclass) &&
Completed in 136 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026