| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | netif.c | 202 if (netif->flags & NETIF_FLAG_IGMP) { in netif_add() 250 if (netif->flags & NETIF_FLAG_IGMP) { in netif_remove() 496 if (netif->flags & NETIF_FLAG_IGMP) { in netif_set_up() 594 if (netif->flags & NETIF_FLAG_IGMP) { in netif_set_link_up()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | igmp.c | 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()
|
| A D | ip4.c | 521 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ip4_current_dest_addr()))) {
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | igmp.c | 462 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip4_addr_isany(ifaddr) || ip4_addr_cmp(netif_ip4_addr(ne… in igmp_joingroup() 495 …_joingroup_netif: attempt to join on non-IGMP netif", netif->flags & NETIF_FLAG_IGMP, return ERR_V… in igmp_joingroup_netif() 558 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip4_addr_isany(ifaddr) || ip4_addr_cmp(netif_ip4_addr(ne… in igmp_leavegroup() 590 …eavegroup_netif: attempt to leave on non-IGMP netif", netif->flags & NETIF_FLAG_IGMP, return ERR_V… in igmp_leavegroup_netif()
|
| A D | ip4.c | 466 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ip4_current_dest_addr()))) {
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | NO_SYS_SampleCode.c | 56 … = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | NETIF_FLAG_… in netif_init()
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | NO_SYS_SampleCode.c | 56 … = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | NETIF_FLAG_… in netif_init()
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | fuzz.c | 76 netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_IGMP; in testif_init()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | netif.c | 163 netif->flags |= NETIF_FLAG_IGMP; in netif_loopif_init() 328 if (netif->flags & NETIF_FLAG_IGMP) { in netif_add() 409 if (netif->flags & NETIF_FLAG_IGMP) { in netif_remove() 683 if (netif->flags & NETIF_FLAG_IGMP) { in netif_issue_reports()
|
| /components/net/lwip/port/ |
| A D | ethernetif.c | 377 if(lwip_netif->flags & NETIF_FLAG_IGMP) in netdev_flags_sync() 644 flags |= NETIF_FLAG_IGMP; in eth_device_init() 822 flags |= NETIF_FLAG_IGMP; in af_unix_eth_device_init() 1120 if (netif->flags & NETIF_FLAG_IGMP) rt_kprintf(" IGMP"); in list_if()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | netif.h | 103 #define NETIF_FLAG_IGMP 0x80U macro
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_netif.c | 48 …netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | … in testif_init()
|
| /components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
| A D | igmp.c | 529 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_joingroup() 599 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_leavegroup()
|
| A D | ip.c | 395 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ¤t_iphdr_dest))) {
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | netif.c | 176 netif_set_flags(netif, NETIF_FLAG_IGMP); in netif_loopif_init() 426 if (netif->flags & NETIF_FLAG_IGMP) { in netif_add() 783 if (netif->flags & NETIF_FLAG_IGMP) { in netif_remove() 927 if (netif->flags & NETIF_FLAG_IGMP) { in netif_issue_reports()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | netif.h | 106 #define NETIF_FLAG_IGMP 0x20U macro
|
| /components/net/lwip/lwip-2.1.2/src/netif/ |
| A D | bridgeif.c | 501 …netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET | NETIF_FLAG_IGMP | … in bridgeif_init()
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | netif.h | 106 #define NETIF_FLAG_IGMP 0x20U macro
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1703 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2659 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2912 and others without it, there is a new NETIF_FLAG_IGMP flag to set in netif->flags
|