ESP-IDF
udp_send_task()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
udp_send_task()
udp_send_task() function
Syntax
Show:
Summary
Declaration
from
esp_openthread_udp.c:321
static
void
udp_send_task
(
void
*
ctx
)
;
Arguments
Argument
ctx
Examples
References
from
examples
Code
Location
Referrer
static
void
udp_send_task
(
void
*
ctx
)
esp_openthread_udp.c:321
tcpip_callback
(
udp_send_task
,
task
)
;
esp_openthread_udp.c:413
otPlatUdpSend()
Call Tree
from
examples
udp_send_task()
calls 14 functions:
All items filtered out
udp_send_task()
esp_log_timestamp()
esp_log_write()
free()
netif_get_by_index()
pbuf_alloc()
pbuf_free()
udp_sendto_if_src()
udp_sendto()
otMessageFree()
otMessageGetLength()
otMessageRead()
esp_openthread_task_switching_lock_acquire()
esp_openthread_task_switching_lock_release()
get_netif_index()
All items filtered out
Data Use
from
examples
udp_send_task()
reads 24 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
lwip_ip_addr_type::IPADDR_TYPE_V6
ip_addr::
::ip6
ip_addr::u_addr
ip_addr::type
pbuf_type::PBUF_RAM
pbuf::payload
err_enum_t::ERR_OK
pbuf_layer::PBUF_TRANSPORT
udp_pcb::flags
otNetifIdentifier::OT_NETIF_THREAD
udp_send_task_t::pcb
udp_send_task_t::message
udp_send_task_t::source_addr
udp_send_task_t::source_port
udp_send_task_t::peer_addr
udp_send_task_t::peer_port
udp_send_task_t::multicast_loop
udp_send_task_t::hop_limit
udp_send_task_t::netif_index
All items filtered out
udp_send_task()
otPlatUdpSend()
ip6_addr::zone
udp_pcb::local_ip
udp_pcb::netif_idx
udp_pcb::ttl
udp_pcb::flags
udp_pcb::local_port
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
udp_send_task()
allocates 1 types:
udp_send_task_t
All items filtered out
udp_send_task()
All items filtered out