lwIP
netif_igmp_data
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netif_igmp_data
netif_igmp_data macro
Get list head of IGMP groups for netif. Note: The allsystems group IP is contained in the list as first entry. @see
netif_set_igmp_mac_filter
()
Syntax
Show:
Summary
Declaration
from
igmp.h:107
#define
netif_igmp_data
(
netif
)
(
(
struct
igmp_group
*
)
netif_get_client_data
(
netif
,
LWIP_NETIF_CLIENT_DATA_INDEX_IGMP
)
)
Arguments
Argument
netif
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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