ESP-IDF
t_l2c_ccb::out_cfg_fcr_present
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
t_l2c_ccb::out_cfg_fcr_present
t_l2c_ccb::out_cfg_fcr_present field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:328
BOOLEAN
out_cfg_fcr_present
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
out_cfg_fcr_present
;
/* TRUE if cfg response shoulkd include fcr options */
l2c_int.h:328
if
(
p_ccb
->
out_cfg_fcr_present
)
{
l2c_fcr.c:1840
l2c_fcr_adj_monitor_retran_timeout()
p_cfg
->
fcr_present
=
p_ccb
->
out_cfg_fcr_present
;
l2c_fcr.c:1878
l2c_fcr_adj_our_rsp_options()
p_ccb
->
out_cfg_fcr_present
=
FALSE
;
l2c_fcr.c:2065
l2c_fcr_process_peer_cfg_req()
p_ccb
->
out_cfg_fcr_present
=
TRUE
;
l2c_fcr.c:2084
l2c_fcr_process_peer_cfg_req()
p_ccb
->
out_cfg_fcr_present
=
TRUE
;
l2c_fcr.c:2092
l2c_fcr_process_peer_cfg_req()
p_ccb
->
out_cfg_fcr_present
=
TRUE
;
l2c_fcr.c:2097
l2c_fcr_process_peer_cfg_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::out_cfg_fcr_present
is written by 1 function and is read by 2 functions:
l2c_fcr_process_peer_cfg_req()
All items filtered out
t_l2c_ccb::out_cfg_fcr_present
l2c_fcr_adj_monitor_retran_timeout()
l2c_fcr_adj_our_rsp_options()
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