restful_server sample
mdns_ip_addr_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_ip_addr_s::next
mdns_ip_addr_s::next field
next IP, or NULL for the last IP in the list
Syntax
Show:
Summary
Declaration
from
mdns.h:84
struct
mdns_ip_addr_s
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
mdns_ip_addr_s
*
next
;
/*!< next IP, or NULL for the last IP in the list */
mdns.h:84
addr
=
addr
->
next
;
mdns.c:1309
_mdns_append_host_answer()
mdns_ip_addr_t
*
next
=
address_list
->
next
;
mdns.c:3166
free_address_list()
addr
->
next
=
NULL
;
mdns.c:3204
copy_address_list()
tail
->
next
=
addr
;
mdns.c:3209
copy_address_list()
tail
=
tail
->
next
;
mdns.c:3210
copy_address_list()
address_list
=
address_list
->
next
;
mdns.c:3212
copy_address_list()
a
=
a
->
next
;
mdns.c:4725
_mdns_result_add_ip()
a
->
next
=
r
->
addr
;
mdns.c:4731
_mdns_result_add_ip()
a
->
next
=
r
->
addr
;
mdns.c:4770
_mdns_search_result_add_ip()
r
->
addr
=
r
->
addr
->
next
;
mdns.c:6785
_mdns_query_results_free()
a
=
a
->
next
;
mdns.c:6970
mdns_query_a()
a
=
a
->
next
;
mdns.c:7009
mdns_query_aaaa()
r_a
=
r_a
->
next
;
mdns.c:7512
_mdns_browse_result_add_ip()
a
->
next
=
r
->
addr
;
mdns.c:7521
_mdns_browse_result_add_ip()
a
=
a
->
next
;
mdns_console.c:47
mdns_print_results()
mdns_ip_addr_t
addr
=
{
.
next
=
NULL
}
;
mdns_console.c:1215
cmd_mdns_delegate_host()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_ip_addr_s::next
is written by 4 functions and is read by 9 functions:
copy_address_list()
_mdns_result_add_ip()
_mdns_search_result_add_ip()
_mdns_browse_result_add_ip()
All items filtered out
mdns_ip_addr_s::next
_mdns_append_host_answer()
free_address_list()
copy_address_list()
_mdns_result_add_ip()
_mdns_query_results_free()
mdns_query_a()
mdns_query_aaaa()
_mdns_browse_result_add_ip()
mdns_print_results()
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