ESP-IDF
esp_netif_br_glue_t::port_cnt
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
esp_netif_br_glue_t::port_cnt
esp_netif_br_glue_t::port_cnt field
Syntax
Show:
Summary
Declaration
from
esp_netif_br_glue.c:34
uint8_t
port_cnt
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
port_cnt
;
esp_netif_br_glue.c:34
for
(
disc_cnt
=
0
;
disc_cnt
<
netif_glue
->
port_cnt
;
disc_cnt
++
)
{
esp_netif_br_glue.c:77
are_ports_disconnected()
if
(
disc_cnt
>=
netif_glue
->
port_cnt
)
{
esp_netif_br_glue.c:83
are_ports_disconnected()
for
(
int
i
=
0
;
i
<
netif_glue
->
port_cnt
;
i
++
)
{
esp_netif_br_glue.c:110
port_action_start()
for
(
int
i
=
0
;
i
<
netif_glue
->
port_cnt
;
i
++
)
{
esp_netif_br_glue.c:134
port_action_stop()
for
(
int
i
=
0
;
i
<
netif_glue
->
port_cnt
;
i
++
)
{
esp_netif_br_glue.c:160
port_action_connected()
netif_br_glue
->
ports_esp_netifs
=
realloc
(
netif_br_glue
->
ports_esp_netifs
,
(
netif_br_glue
->
port_cnt
+
1
)
*
sizeof
(
esp_netif_t
*
)
)
;
esp_netif_br_glue.c:332
esp_netif_br_glue_add_port()
netif_br_glue
->
ports_esp_netifs
[
netif_br_glue
->
port_cnt
]
=
esp_netif_port
;
esp_netif_br_glue.c:339
esp_netif_br_glue_add_port()
netif_br_glue
->
port_cnt
++
;
esp_netif_br_glue.c:340
esp_netif_br_glue_add_port()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_netif_br_glue_t::port_cnt
is written by 1 function and is read by 5 functions:
esp_netif_br_glue_add_port()
All items filtered out
esp_netif_br_glue_t::port_cnt
are_ports_disconnected()
port_action_start()
port_action_stop()
port_action_connected()
esp_netif_br_glue_add_port()
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