lwIP
+
0
/1 examples
SourceVu will show references to
NETIF_FLAG_IGMP
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
NETIF_FLAG_IGMP
NETIF_FLAG_IGMP macro
If set, the netif has IGMP capability.
Syntax
Show:
Summary
Declaration
from
netif.h:104
#define
NETIF_FLAG_IGMP
0x20U
Examples
NETIF_FLAG_IGMP
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
NETIF_FLAG_IGMP
0x20U
netif.h:104
netif
->
flags
=
NETIF_FLAG_BROADCAST
|
NETIF_FLAG_ETHARP
|
NETIF_FLAG_ETHERNET
|
NETIF_FLAG_IGMP
|
NETIF_FLAG_MLD6
|
NETIF_FLAG_LINK_UP
;
bridgeif.c:501
if
(
(
netif
->
flags
&
NETIF_FLAG_IGMP
)
&&
(
(
ip4_addr_isany
(
ifaddr
)
||
ip4_addr_eq
(
netif_ip4_addr
(
netif
)
,
ifaddr
)
)
)
)
{
igmp.c:469
LWIP_ERROR
(
"igmp_joingroup_netif: attempt to join on non-IGMP netif"
,
netif
->
flags
&
NETIF_FLAG_IGMP
,
return
ERR_VAL
;
)
;
igmp.c:502
if
(
(
netif
->
flags
&
NETIF_FLAG_IGMP
)
&&
(
(
ip4_addr_isany
(
ifaddr
)
||
ip4_addr_eq
(
netif_ip4_addr
(
netif
)
,
ifaddr
)
)
)
)
{
igmp.c:566
LWIP_ERROR
(
"igmp_leavegroup_netif: attempt to leave on non-IGMP netif"
,
netif
->
flags
&
NETIF_FLAG_IGMP
,
return
ERR_VAL
;
)
;
igmp.c:598
if
(
(
inp
->
flags
&
NETIF_FLAG_IGMP
)
&&
(
igmp_lookfor_group
(
inp
,
ip4_current_dest_addr
(
)
)
)
)
{
ip4.c:594
if
(
netif
->
flags
&
NETIF_FLAG_IGMP
)
{
netif.c:444
if
(
netif
->
flags
&
NETIF_FLAG_IGMP
)
{
netif.c:793
if
(
netif
->
flags
&
NETIF_FLAG_IGMP
)
{
netif.c:935
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out