restful_server sample
_mdns_dispatch_tx_packet()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
restful_server sample
_mdns_dispatch_tx_packet()
_mdns_dispatch_tx_packet() function
sends a packet
Syntax
Show:
Summary
Declaration
from
mdns.c:1490
static
void
_mdns_dispatch_tx_packet
(
mdns_tx_packet_t
*
p
)
;
Arguments
Argument
Description
p
the packet
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_dispatch_tx_packet
(
mdns_tx_packet_t
*
p
)
mdns.c:1490
_mdns_dispatch_tx_packet
(
packet
)
;
mdns.c:2001
_mdns_create_answer_from_parsed_packet()
_mdns_dispatch_tx_packet
(
packet
)
;
mdns.c:2253
_mdns_pcb_send_bye()
_mdns_dispatch_tx_packet
(
packet
)
;
mdns.c:5062
_mdns_search_send_pcb()
_mdns_dispatch_tx_packet
(
p
)
;
mdns.c:5107
_mdns_tx_handle_packet()
Call Tree
from
examples
_mdns_dispatch_tx_packet()
is called by 4 functions and calls 4 functions:
_mdns_create_answer_from_parsed_packet()
_mdns_pcb_send_bye()
_mdns_search_send_pcb()
_mdns_tx_handle_packet()
All items filtered out
_mdns_dispatch_tx_packet()
_mdns_append_question()
_mdns_set_u16()
_mdns_append_answer()
_mdns_udp_pcb_write()
All items filtered out
Data Use
from
examples
_mdns_dispatch_tx_packet()
reads 11 variables:
mdns_tx_packet_s::tcpip_if
mdns_tx_packet_s::ip_protocol
mdns_tx_packet_s::port
mdns_tx_packet_s::flags
mdns_tx_packet_s::questions
mdns_tx_packet_s::answers
mdns_tx_packet_s::servers
mdns_tx_packet_s::additional
mdns_tx_packet_s::id
mdns_out_question_s::next
mdns_out_answer_s::next
All items filtered out
_mdns_dispatch_tx_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