iperf sample
iperf_run_tcp_server()
is only used within iperf sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
iperf sample
iperf_run_tcp_server()
iperf_run_tcp_server() function
Syntax
Show:
Summary
Declaration
from
iperf.c:249
static
esp_err_t
iperf_run_tcp_server
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
iperf_run_tcp_server
(
void
)
iperf.c:249
iperf_run_tcp_server
(
)
;
iperf.c:572
iperf_task_traffic()
Call Tree
from
examples
iperf_run_tcp_server()
is called by 1 function and calls 13 functions:
iperf_task_traffic()
All items filtered out
iperf_run_tcp_server()
esp_log_timestamp()
esp_log_write()
accept()
bind()
shutdown()
socket()
setsockopt()
listen()
ip4addr_ntoa()
ip6addr_aton()
ip6addr_ntoa()
socket_recv()
iperf_hook_func
All items filtered out
Data Use
from
examples
iperf_run_tcp_server()
reads 19 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
sockaddr_in::sin_port
sockaddr_in::sin_addr
sockaddr_in6::sin6_port
sockaddr_in6::sin6_addr
tcp_listen_socket
iperf_cfg_t::
::source_ip4
iperf_cfg_t::type
iperf_cfg_t::sport
iperf_traffic_type_t::IPERF_TCP_SERVER
iperf_status_t::IPERF_STARTED
iperf_status_t::IPERF_STOPPED
iperf_ctrl_t::cfg
s_iperf_ctrl
iperf_hook_func
All items filtered out
iperf_run_tcp_server()
in_addr::s_addr
sockaddr_in::sin_family
sockaddr_in::sin_port
sockaddr_in6::sin6_family
sockaddr_in6::sin6_port
tcp_listen_socket
iperf_ctrl_t::finish
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