restful_server sample
mdns_service_t::port
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_service_t::port
mdns_service_t::port field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:289
uint16_t
port
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
port
;
mdns_private.h:289
part_length
+=
_mdns_append_u16
(
packet
,
index
,
service
->
port
)
;
mdns.c:1068
_mdns_append_srv_record()
s
->
port
=
port
;
mdns.c:2720
_mdns_create_service()
_mdns_append_u16
(
our_data
,
&
our_index
,
service
->
port
)
;
mdns.c:2935
_mdns_check_srv_collision()
item
->
port
=
srv
->
port
;
mdns.c:6177
_mdns_lookup_service()
s
->
service
->
port
=
port
;
mdns.c:6214
mdns_service_port_set_for_host()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_service_t::port
is written by 2 functions and is read by 3 functions:
_mdns_create_service()
mdns_service_port_set_for_host()
All items filtered out
mdns_service_t::port
_mdns_append_srv_record()
_mdns_check_srv_collision()
_mdns_lookup_service()
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