Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dnetif.c196 if (netif->flags & NETIF_FLAG_IGMP) { in netif_add()
244 if (netif->flags & NETIF_FLAG_IGMP) { in netif_remove()
470 if (netif->flags & NETIF_FLAG_IGMP) { in netif_set_up()
540 if (netif->flags & NETIF_FLAG_IGMP) { in netif_set_link_up()
/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h95 #define NETIF_FLAG_IGMP 0x80U macro
/external/syslinux/core/lwip/src/core/ipv4/
Digmp.c530 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_joingroup()
600 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_leavegroup()
Dip.c320 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, &current_iphdr_dest))) {
/external/syslinux/core/lwip/
DCHANGELOG1414 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags