ESP-IDF
seg_rx::seq_auth
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_rx::seq_auth
seg_rx::seq_auth field
Syntax
Show:
Summary
Declaration
from
transport.c:101
uint64_t
seq_auth
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
seq_auth
;
transport.c:101
uint64_t
seq_auth
;
transport.c:123
&
rx
->
seq_auth
)
;
transport.c:1242
seg_rx_reset()
rx
->
seq_auth
=
0U
;
transport.c:1252
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1302
seg_ack()
if
(
rx
->
seq_auth
>=
*
seq_auth
)
{
transport.c:1332
seg_rx_find()
rx
->
seq_auth
=
*
seq_auth
;
transport.c:1393
seg_rx_alloc()
if
(
rx
->
seq_auth
>
*
seq_auth
)
{
transport.c:1474
trans_seg()
err
=
sdu_recv
(
net_rx
,
(
rx
->
seq_auth
&
0xffffff
)
,
*
hdr
,
transport.c:1616
trans_seg()
.
seq_num
=
seg
?
(
seg
->
seq_auth
&
0xffffff
)
:
rx
->
seq
,
transport.c:752
sdu_recv()
&
rx
->
seq_auth
)
;
transport.c:1117
seg_rx_reset()
rx
->
seq_auth
=
0
;
transport.c:1136
seg_rx_reset()
send_ack
(
rx
->
sub
,
rx
->
dst
,
rx
->
src
,
rx
->
ttl
,
&
rx
->
seq_auth
,
transport.c:1171
seg_ack()
if
(
rx
->
seq_auth
>=
*
seq_auth
)
{
transport.c:1199
seg_rx_find()
rx
->
seq_auth
=
*
seq_auth
;
transport.c:1265
seg_rx_alloc()
if
(
rx
->
seq_auth
>
*
seq_auth
)
{
transport.c:1349
trans_seg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
seg_rx::seq_auth
is written by 2 functions and is read by 3 functions:
seg_rx_reset()
seg_rx_alloc()
All items filtered out
seg_rx::seq_auth
seg_rx_find()
trans_seg()
sdu_recv()
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