restful_server sample
mdns_out_answer_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_answer_s::next
mdns_out_answer_s::next field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:317
struct
mdns_out_answer_s
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
mdns_out_answer_s
*
next
;
mdns_private.h:317
a
=
a
->
next
;
mdns.c:1516
_mdns_dispatch_tx_packet()
a
=
a
->
next
;
mdns.c:1524
_mdns_dispatch_tx_packet()
a
=
a
->
next
;
mdns.c:1532
_mdns_dispatch_tx_packet()
queueFree
(
mdns_out_answer_t
,
packet
->
answers
)
;
mdns.c:1576
_mdns_free_tx_packet()
queueFree
(
mdns_out_answer_t
,
packet
->
servers
)
;
mdns.c:1577
_mdns_free_tx_packet()
queueFree
(
mdns_out_answer_t
,
packet
->
additional
)
;
mdns.c:1578
_mdns_free_tx_packet()
q
->
answers
=
q
->
answers
->
next
;
mdns.c:1682
_mdns_remove_scheduled_answer()
while
(
a
->
next
)
{
mdns.c:1685
_mdns_remove_scheduled_answer()
if
(
a
->
next
->
type
==
type
&&
a
->
next
->
service
==
service
->
service
)
{
mdns.c:1686
_mdns_remove_scheduled_answer()
mdns_out_answer_t
*
b
=
a
->
next
;
mdns.c:1687
_mdns_remove_scheduled_answer()
a
->
next
=
b
->
next
;
mdns.c:1688
_mdns_remove_scheduled_answer()
a
=
a
->
next
;
mdns.c:1692
_mdns_remove_scheduled_answer()
*
destination
=
d
->
next
;
mdns.c:1715
_mdns_dealloc_answer()
while
(
d
->
next
)
{
mdns.c:1719
_mdns_dealloc_answer()
mdns_out_answer_t
*
a
=
d
->
next
;
mdns.c:1720
_mdns_dealloc_answer()
d
->
next
=
a
->
next
;
mdns.c:1722
_mdns_dealloc_answer()
d
=
d
->
next
;
mdns.c:1726
_mdns_dealloc_answer()
d
=
d
->
next
;
mdns.c:1741
_mdns_alloc_answer()
a
->
next
=
NULL
;
mdns.c:1755
_mdns_alloc_answer()
queueToEnd
(
mdns_out_answer_t
,
*
destination
,
a
)
;
mdns.c:1756
_mdns_alloc_answer()
s
=
s
->
next
;
mdns.c:2228
_mdns_create_announce_from_probe()
a
=
a
->
next
;
mdns.c:2436
_mdns_send_bye_subtype()
*
destination
=
d
->
next
;
mdns.c:2764
_mdns_dealloc_scheduled_service_answers()
while
(
d
&&
d
->
next
)
{
mdns.c:2768
_mdns_dealloc_scheduled_service_answers()
mdns_out_answer_t
*
a
=
d
->
next
;
mdns.c:2769
_mdns_dealloc_scheduled_service_answers()
d
->
next
=
a
->
next
;
mdns.c:2771
_mdns_dealloc_scheduled_service_answers()
d
=
d
->
next
;
mdns.c:2774
_mdns_dealloc_scheduled_service_answers()
a
->
next
=
NULL
;
mdns.c:5042
_mdns_create_search_packet()
queueToEnd
(
mdns_out_answer_t
,
packet
->
answers
,
a
)
;
mdns.c:5043
_mdns_create_search_packet()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_out_answer_s::next
is written by 5 functions and is read by 9 functions:
_mdns_remove_scheduled_answer()
_mdns_dealloc_answer()
_mdns_alloc_answer()
_mdns_dealloc_scheduled_service_answers()
_mdns_create_search_packet()
All items filtered out
mdns_out_answer_s::next
_mdns_dispatch_tx_packet()
_mdns_free_tx_packet()
_mdns_remove_scheduled_answer()
_mdns_dealloc_answer()
_mdns_alloc_answer()
_mdns_create_announce_from_probe()
_mdns_send_bye_subtype()
_mdns_dealloc_scheduled_service_answers()
_mdns_create_search_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