esp_local_ctrl sample
_mdns_tx_handle_packet()
is only used within esp_local_ctrl sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_local_ctrl 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_dispatch_tx_packet()
_mdns_free_tx_packet()
_mdns_schedule_tx_packet()
_mdns_create_announce_from_probe()
mdns_mem_free()
All items filtered out
Data Use
from
examples
_mdns_tx_handle_packet()
reads 17 variables and writes 7 variables:
mdns_server_s::
::pcbs
mdns_server_s::interfaces
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_out_question_s::next
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
All items filtered out
_mdns_tx_handle_packet()
mdns_out_question_s::unicast
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
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