restful_server sample
mdns_browse_result_sync_t::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_browse_result_sync_t::next
mdns_browse_result_sync_t::next field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:400
struct
mdns_browse_result_sync_t
*
next
;
Examples
References
from
examples
Code
Location
Referrer
struct
mdns_browse_result_sync_t
*
next
;
mdns_private.h:400
current
=
current
->
next
;
mdns.c:5173
_mdns_sync_browse_result_link_free()
sync_r
=
sync_r
->
next
;
mdns.c:7461
_mdns_add_browse_result()
new
->
next
=
sync_browse
->
sync_result
;
mdns.c:7472
_mdns_add_browse_result()
sync_result
=
sync_result
->
next
;
mdns.c:7809
_mdns_browse_sync()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_browse_result_sync_t::next
is written by 1 function and is read by 3 functions:
_mdns_add_browse_result()
All items filtered out
mdns_browse_result_sync_t::next
_mdns_sync_browse_result_link_free()
_mdns_add_browse_result()
_mdns_browse_sync()
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