restful_server sample
mdns_out_question_s::next
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
mdns_out_question_s::next
mdns_out_question_s::next field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:300
struct
mdns_out_question_s
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
mdns_out_question_s
*
next
;
mdns_private.h:300
q
=
q
->
next
;
mdns.c:1508
_mdns_dispatch_tx_packet()
mdns_out_question_t
*
next
=
q
->
next
;
mdns.c:1566
_mdns_free_tx_packet()
out_question
->
next
=
NULL
;
mdns.c:1978
_mdns_create_answer_from_parsed_packet()
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
out_question
)
;
mdns.c:1980
_mdns_create_answer_from_parsed_packet()
haystack
=
haystack
->
next
;
mdns.c:2018
_mdns_question_exists()
q
->
next
=
NULL
;
mdns.c:2078
_mdns_append_host_question()
queueToEnd
(
mdns_out_question_t
,
*
questions
,
q
)
;
mdns.c:2089
_mdns_append_host_question()
q
->
next
=
NULL
;
mdns.c:2127
_mdns_create_probe_packet()
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
q
)
;
mdns.c:2139
_mdns_create_probe_packet()
q
->
questions
=
q
->
questions
->
next
;
mdns.c:2831
_mdns_remove_scheduled_service_packets()
}
else
while
(
qs
->
next
)
{
mdns.c:2833
_mdns_remove_scheduled_service_packets()
qsn
=
qs
->
next
;
mdns.c:2834
_mdns_remove_scheduled_service_packets()
qs
->
next
=
qsn
->
next
;
mdns.c:2838
_mdns_remove_scheduled_service_packets()
qs
=
qs
->
next
;
mdns.c:2842
_mdns_remove_scheduled_service_packets()
q
->
next
=
NULL
;
mdns.c:5011
_mdns_create_search_packet()
queueToEnd
(
mdns_out_question_t
,
packet
->
questions
,
q
)
;
mdns.c:5019
_mdns_create_search_packet()
q
=
q
->
next
;
mdns.c:5114
_mdns_tx_handle_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_out_question_s::next
is written by 5 functions and is read by 9 functions:
_mdns_create_answer_from_parsed_packet()
_mdns_append_host_question()
_mdns_create_probe_packet()
_mdns_remove_scheduled_service_packets()
_mdns_create_search_packet()
All items filtered out
mdns_out_question_s::next
_mdns_dispatch_tx_packet()
_mdns_free_tx_packet()
_mdns_create_answer_from_parsed_packet()
_mdns_question_exists()
_mdns_append_host_question()
_mdns_create_probe_packet()
_mdns_remove_scheduled_service_packets()
_mdns_create_search_packet()
_mdns_tx_handle_packet()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out