ESP-IDF
tL2C_FCRB::rej_sent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tL2C_FCRB::rej_sent
tL2C_FCRB::rej_sent field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:185
BOOLEAN
rej_sent
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
rej_sent
;
/* Reject was sent */
l2c_int.h:185
p_ccb
->
fcrb
.
rej_sent
=
TRUE
;
l2c_fcr.c:775
l2c_fcr_proc_pdu()
if
(
(
!
p_ccb
->
fcrb
.
local_busy
)
&&
(
!
p_ccb
->
fcrb
.
rej_sent
)
&&
(
!
p_ccb
->
fcrb
.
srej_sent
)
l2c_fcr.c:783
l2c_fcr_proc_pdu()
p_ccb
->
local_cid
,
p_ccb
->
fcrb
.
local_busy
,
p_ccb
->
fcrb
.
rej_sent
,
p_ccb
->
fcrb
.
srej_sent
,
p_ccb
->
fcrb
.
next_seq_expected
,
l2c_fcr.c:788
l2c_fcr_proc_pdu()
if
(
!
p_ccb
->
fcrb
.
srej_sent
&&
!
p_ccb
->
fcrb
.
rej_sent
)
{
l2c_fcr.c:827
l2c_fcr_proc_tout()
p_fcrb
->
rej_sent
=
FALSE
;
/* After checkpoint, we can send anoher REJ */
l2c_fcr.c:992
process_s_frame()
p_ccb
->
local_cid
,
num_lost
,
tx_seq
,
p_fcrb
->
next_seq_expected
,
p_fcrb
->
rej_sent
,
p_fcrb
->
srej_sent
)
;
l2c_fcr.c:1095
process_i_frame()
num_lost
,
tx_seq
,
p_fcrb
->
next_seq_expected
,
p_fcrb
->
rej_sent
)
;
l2c_fcr.c:1121
process_i_frame()
}
else
if
(
p_fcrb
->
rej_sent
)
{
l2c_fcr.c:1132
process_i_frame()
p_ccb
->
local_cid
,
tx_seq
,
p_fcrb
->
next_seq_expected
,
p_fcrb
->
rej_sent
)
;
l2c_fcr.c:1140
process_i_frame()
p_fcrb
->
rej_sent
=
TRUE
;
l2c_fcr.c:1145
process_i_frame()
p_fcrb
->
rej_sent
=
p_fcrb
->
srej_sent
=
FALSE
;
l2c_fcr.c:1164
process_i_frame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::rej_sent
is written by 3 functions and is read by 3 functions:
l2c_fcr_proc_pdu()
process_s_frame()
process_i_frame()
All items filtered out
tL2C_FCRB::rej_sent
l2c_fcr_proc_pdu()
l2c_fcr_proc_tout()
process_i_frame()
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