Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Digmp.c35 static const struct in_addr all_systems = { { { 224, 0, 0, 1 } } }; variable
116 (uint8_t *)&all_systems)) { in igmp_v3_create()
145 (uint8_t *)&all_systems)) { in igmp_v3_create()
284 (uint8_t *)&all_systems)) { in send_igmp_report()
304 (uint8_t *)&all_systems)) { in send_igmp_report()
365 (uint8_t *)&all_systems)) { in send_igmp_v3_report()
443 if (!net_ipv4_addr_cmp_raw(ip_hdr->dst, (uint8_t *)&all_systems)) {
705 maddr = net_if_ipv4_maddr_lookup(&all_systems, &iface);
711 maddr = net_if_ipv4_maddr_add(iface, &all_systems);