Searched refs:allsystems (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Digmp.c104 static struct ip_addr allsystems; variable in typeref:struct:ip_addr
114 IP4_ADDR(&allsystems, 224, 0, 0, 1);
152 group = igmp_lookup_group(netif, &allsystems);
161 ip_addr_debug_print(IGMP_DEBUG, &allsystems);
163 netif->igmp_mac_filter(netif, &allsystems, IGMP_ADD_MAC_FILTER);
390 if ((ip_addr_cmp(dest, &allsystems))
411 (&(groupref->group_address), &allsystems)))) {
422 if (ip_addr_cmp(dest, &allsystems)) {
486 LWIP_ERROR("igmp_joingroup: attempt to join allsystems address",
487 (!ip_addr_cmp(groupaddr, &allsystems)), retur
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Digmp.c107 static ip4_addr_t allsystems; variable
118 IP4_ADDR(&allsystems, 224, 0, 0, 1);
134 group = igmp_lookup_group(netif, &allsystems);
143 ip4_addr_debug_print_val(IGMP_DEBUG, allsystems);
145 netif->igmp_mac_filter(netif, &allsystems, NETIF_ADD_MAC_FILTER);
198 /* Skip the first group in the list, it is always the allsystems group added in igmp_start() */
265 /* Ensure allsystems group is always first in list */
268 LWIP_ASSERT("igmp_lookup_group: first group must be allsystems",
269 (ip4_addr_cmp(addr, &allsystems) != 0));
274 LWIP_ASSERT("igmp_lookup_group: all except first group must not be allsystems",
[all...]
H A Dip4.c468 ip4_addr_t allsystems; local
469 IP4_ADDR(&allsystems, 224, 0, 0, 1);
470 if (ip4_addr_cmp(ip4_current_dest_addr(), &allsystems) &&

Completed in 76 milliseconds