restful_server sample
_mdns_tx_handle_packet()
is only used within restful_server sample.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (1/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_tx_handle_packet()
_mdns_tx_handle_packet() function
Syntax
Show:
Summary
Declaration
from
mdns.c:5096
static
void
_mdns_tx_handle_packet
(
mdns_tx_packet_t
*
p
)
;
Arguments
Argument
p
Examples
References
from
examples
Code
Location
Referrer
static
void
_mdns_tx_handle_packet
(
mdns_tx_packet_t
*
p
)
mdns.c:5096
_mdns_tx_handle_packet
(
p
)
;
mdns.c:5278
_mdns_execute_action()
Call Tree
from
examples
_mdns_tx_handle_packet()
is called by 1 function and calls 5 functions:
_mdns_execute_action()
All items filtered out
_mdns_tx_handle_packet()
_mdns_free_tx_packet()
_mdns_schedule_tx_packet()
_mdns_create_announce_from_probe()
_mdns_dispatch_tx_packet()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_tx_handle_packet()
reads 17 variables and writes 7 variables:
_mdns_server
mdns_pcb_state_t::PCB_OFF
mdns_pcb_state_t::PCB_PROBE_1
mdns_pcb_state_t::PCB_PROBE_2
mdns_pcb_state_t::PCB_PROBE_3
mdns_pcb_state_t::PCB_ANNOUNCE_1
mdns_pcb_state_t::PCB_ANNOUNCE_2
mdns_pcb_state_t::PCB_ANNOUNCE_3
mdns_pcb_state_t::PCB_RUNNING
mdns_tx_packet_s::tcpip_if
mdns_tx_packet_s::ip_protocol
mdns_tx_packet_s::questions
mdns_pcb_t::state
mdns_pcb_t::probe_services
mdns_server_s::
::pcbs
mdns_server_s::interfaces
mdns_out_question_s::next
All items filtered out
_mdns_tx_handle_packet()
mdns_pcb_t::state
mdns_pcb_t::probe_services
mdns_pcb_t::probe_services_len
mdns_pcb_t::probe_ip
mdns_pcb_t::probe_running
mdns_pcb_t::failed_probes
mdns_out_question_s::unicast
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