Home
last modified time | relevance | path

Searched refs:NETIF_FLAG_IGMP (Results 1 – 6 of 6) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Digmp.c463 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip4_addr_isany(ifaddr) || ip4_addr_cmp(netif_ip4_addr(ne… in igmp_joingroup()
496 …_joingroup_netif: attempt to join on non-IGMP netif", netif->flags & NETIF_FLAG_IGMP, return ERR_V… in igmp_joingroup_netif()
560 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip4_addr_isany(ifaddr) || ip4_addr_cmp(netif_ip4_addr(ne… in igmp_leavegroup()
592 …eavegroup_netif: attempt to leave on non-IGMP netif", netif->flags & NETIF_FLAG_IGMP, return ERR_V… in igmp_leavegroup_netif()
H A Dip4.c521 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ip4_current_dest_addr()))) {
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c180 netif_set_flags(netif, NETIF_FLAG_IGMP); in netif_loopif_init()
430 if (netif->flags & NETIF_FLAG_IGMP) { in netif_add()
773 if (netif->flags & NETIF_FLAG_IGMP) { in netif_remove()
915 if (netif->flags & NETIF_FLAG_IGMP) { in netif_issue_reports()
/btstack/3rd-party/lwip/core/src/netif/
H A Dbridgeif.c501 …netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | … in bridgeif_init()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h104 #define NETIF_FLAG_IGMP 0x20U macro
/btstack/3rd-party/lwip/core/
H A DCHANGELOG2902 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags