ESP-IDF
seg_tx::hdr
is only used within ESP-IDF.
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
ESP-IDF
seg_tx::hdr
seg_tx::hdr field
Syntax
Show:
Summary
Declaration
from
transport.c:101
uint8_t
hdr
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
hdr
;
transport.c:101
net_buf_simple_add_u8
(
buf
,
tx
->
hdr
)
;
transport.c:369
seg_tx_buf_build()
.
aid
=
tx
->
hdr
&
AID_MASK
,
transport.c:396
seg_tx_send_unacked()
tx
->
hdr
=
TRANS_CTL_HDR
(
*
ctl_op
,
1
)
;
transport.c:492
send_seg()
tx
->
hdr
=
SEG_HDR
(
0
,
0
)
;
transport.c:494
send_seg()
tx
->
hdr
=
SEG_HDR
(
1
,
net_tx
->
aid
)
;
transport.c:496
send_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_tx::hdr
is written by 1 function and is read by 2 functions:
send_seg()
All items filtered out
seg_tx::hdr
seg_tx_buf_build()
seg_tx_send_unacked()
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