ESP-IDF
handle_udp_recv()
is only used within ESP-IDF.
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-IDF
handle_udp_recv()
handle_udp_recv() function
Syntax
Show:
Summary
Declaration
from
esp_openthread_udp.c:148
static
void
handle_udp_recv
(
void
*
ctx
,
struct
udp_pcb
*
pcb
,
struct
pbuf
*
p
,
const
ip_addr_t
*
addr
,
uint16_t
port
)
;
Arguments
Argument
ctx
pcb
p
addr
port
Examples
References
from
examples
Code
Location
Referrer
static
void
handle_udp_recv
(
void
*
ctx
,
struct
udp_pcb
*
pcb
,
struct
pbuf
*
p
,
const
ip_addr_t
*
addr
,
uint16_t
port
)
esp_openthread_udp.c:148
udp_recv
(
task
->
pcb_ret
,
handle_udp_recv
,
task
->
socket
)
;
esp_openthread_udp.c:182
udp_new_task()
Call Tree
from
examples
handle_udp_recv()
calls 7 functions:
All items filtered out
handle_udp_recv()
esp_log_timestamp()
esp_log_write()
malloc()
free()
esp_netif_get_netif_impl_index()
esp_openthread_get_backbone_netif()
esp_openthread_task_queue_post()
All items filtered out
Data Use
from
examples
handle_udp_recv()
reads 15 variables and writes 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
netif::num
lwip_ip_addr_type::IPADDR_TYPE_V6
ip_addr::type
ip_hdr::_ttl
ip6_hdr::_hoplim
ip_globals::current_netif
ip_globals::current_ip4_header
ip_globals::current_ip6_header
ip_data
udp_recv_task()
All items filtered out
handle_udp_recv()
udp_new_task()
udp_recv_task_t::socket
udp_recv_task_t::recv_buf
udp_recv_task_t::addr
udp_recv_task_t::port
udp_recv_task_t::hop_limit
udp_recv_task_t::is_host_interface
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
handle_udp_recv()
allocates 1 types and frees 1 types:
udp_recv_task_t
All items filtered out
handle_udp_recv()
udp_recv_task_t
All items filtered out