Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Digmp.c345 static int send_igmp_v3_report(struct net_if *iface, struct net_ipv4_igmp_v3_query *igmp_v3_hdr) in send_igmp_v3_report()
423 struct net_ipv4_igmp_v3_query *igmpv3_hdr;
426 NET_PKT_DATA_ACCESS_CONTIGUOUS_DEFINE(igmpv3_access, struct net_ipv4_igmp_v3_query);
450 igmpv3_hdr = (struct net_ipv4_igmp_v3_query *)net_pkt_get_data(pkt, &igmpv3_access);
Dipv4.h74 struct net_ipv4_igmp_v3_query { struct