restful_server sample
mdns_tx_packet_s::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_tx_packet_s::port
mdns_tx_packet_s::port field
Syntax
Show:
Summary
Declaration
from
mdns_private.h:334
uint16_t
port
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
port
;
mdns_private.h:334
_mdns_udp_pcb_write
(
p
->
tcpip_if
,
p
->
ip_protocol
,
&
p
->
dst
,
p
->
port
,
packet
,
index
)
;
mdns.c:1551
_mdns_dispatch_tx_packet()
packet
->
port
=
MDNS_SERVICE_PORT
;
mdns.c:1773
_mdns_alloc_packet_default()
packet
->
port
=
parsed_packet
->
src_port
;
mdns.c:1993
_mdns_create_answer_from_parsed_packet()
_mdns_udp_pcb_write
(
packet
->
tcpip_if
,
packet
->
ip_protocol
,
&
packet
->
dst
,
packet
->
port
,
pkt
,
index
)
;
mdns.c:2440
_mdns_send_bye_subtype()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mdns_tx_packet_s::port
is written by 2 functions and is read by 2 functions:
_mdns_alloc_packet_default()
_mdns_create_answer_from_parsed_packet()
All items filtered out
mdns_tx_packet_s::port
_mdns_dispatch_tx_packet()
_mdns_send_bye_subtype()
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