lwIP
netif::loop_cnt_current
is only used within lwIP.
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
lwIP
netif::loop_cnt_current
netif::loop_cnt_current field
Syntax
Show:
Summary
Declaration
from
netif.h:399
u16_t
loop_cnt_current
;
Examples
References
from
examples
Code
Location
Referrer
u16_t
loop_cnt_current
;
netif.h:399
netif
->
loop_cnt_current
=
0
;
netif.c:378
netif_add()
if
(
(
(
netif
->
loop_cnt_current
+
clen
)
<
netif
->
loop_cnt_current
)
||
netif.c:1165
netif_loop_output()
(
(
netif
->
loop_cnt_current
+
clen
)
>
LWIP_MIN
(
LWIP_LOOPBACK_MAX_PBUFS
,
0xFFFF
)
)
)
{
netif.c:1166
netif_loop_output()
netif
->
loop_cnt_current
=
(
u16_t
)
(
netif
->
loop_cnt_current
+
clen
)
;
netif.c:1173
netif_loop_output()
(
(
netif
->
loop_cnt_current
-
clen
)
<
netif
->
loop_cnt_current
)
)
;
netif.c:1294
netif_poll()
netif
->
loop_cnt_current
=
(
u16_t
)
(
netif
->
loop_cnt_current
-
clen
)
;
netif.c:1295
netif_poll()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
netif::loop_cnt_current
is written by 3 functions and is read by 2 functions:
netif_add()
netif_loop_output()
netif_poll()
All items filtered out
netif::loop_cnt_current
netif_loop_output()
netif_poll()
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