Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Digmp.c253 net_ipv4_finalize(pkt, IPPROTO_IGMP); in igmp_send()
315 AF_INET, IPPROTO_IGMP, in send_igmp_report()
386 AF_INET, IPPROTO_IGMP, PKT_WAIT_TIME); in send_igmp_v3_report()
520 AF_INET, IPPROTO_IGMP, in igmp_send_generic()
562 AF_INET, IPPROTO_IGMP, PKT_WAIT_TIME); in igmpv3_send_generic()
Dutils.c647 if (proto != IPPROTO_ICMP && proto != IPPROTO_IGMP) { in net_calc_chksum()
705 return net_calc_chksum(pkt, IPPROTO_IGMP); in net_calc_chksum_igmp()
Dipv4.c385 case IPPROTO_IGMP: in net_ipv4_input()
/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_ip.h65 IPPROTO_IGMP = 2, /**< IGMP protocol */ enumerator