iperf sample
iperf_ctrl_t::buffer
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_ctrl_t::buffer
iperf_ctrl_t::buffer field
Syntax
Show:
Summary
Declaration
from
iperf.c:40
uint8_t
*
buffer
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
buffer
;
iperf.c:40
buffer
=
s_iperf_ctrl
.
buffer
;
iperf.c:154
socket_recv()
buffer
=
s_iperf_ctrl
.
buffer
;
iperf.c:195
socket_send()
pkt_id_p
=
(
uint32_t
*
)
s_iperf_ctrl
.
buffer
;
iperf.c:196
socket_send()
if
(
s_iperf_ctrl
.
buffer
)
{
iperf.c:575
iperf_task_traffic()
free
(
s_iperf_ctrl
.
buffer
)
;
iperf.c:576
iperf_task_traffic()
s_iperf_ctrl
.
buffer
=
NULL
;
iperf.c:577
iperf_task_traffic()
s_iperf_ctrl
.
buffer
=
(
uint8_t
*
)
malloc
(
s_iperf_ctrl
.
buffer_len
)
;
iperf.c:627
iperf_start()
if
(
!
s_iperf_ctrl
.
buffer
)
{
iperf.c:628
iperf_start()
memset
(
s_iperf_ctrl
.
buffer
,
0
,
s_iperf_ctrl
.
buffer_len
)
;
iperf.c:632
iperf_start()
free
(
s_iperf_ctrl
.
buffer
)
;
iperf.c:636
iperf_start()
s_iperf_ctrl
.
buffer
=
NULL
;
iperf.c:637
iperf_start()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
iperf_ctrl_t::buffer
is written by 2 functions and is read by 4 functions:
iperf_task_traffic()
iperf_start()
All items filtered out
iperf_ctrl_t::buffer
socket_recv()
socket_send()
iperf_task_traffic()
iperf_start()
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