lwIP
mld_group::use
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
mld_group::use
mld_group::use field
counter of simultaneous uses
Syntax
Show:
Summary
Declaration
from
mld6.h:70
u8_t
use
;
Examples
References
from
examples
Code
Location
Referrer
u8_t
use
;
mld6.h:70
group
->
use
=
0
;
mld6.c:183
mld6_new_group()
group
->
use
++
;
mld6.c:395
mld6_joingroup_netif()
if
(
group
->
use
<=
1
)
{
mld6.c:466
mld6_leavegroup_netif()
group
->
use
--
;
mld6.c:485
mld6_leavegroup_netif()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mld_group::use
is written by 3 functions and is read by 2 functions:
mld6_new_group()
mld6_joingroup_netif()
mld6_leavegroup_netif()
All items filtered out
mld_group::use
mld6_joingroup_netif()
mld6_leavegroup_netif()
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