Searched refs:NETIF_FLAG_IGMP (Results 1 – 6 of 6) sorted by relevance
463 …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()
521 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ip4_current_dest_addr()))) {
180 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()
501 …netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | … in bridgeif_init()
104 #define NETIF_FLAG_IGMP 0x20U macro
2902 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags