Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Digmp.c264 struct net_ipv4_igmp_v2_query *igmp_v2_hdr) in send_igmp_report()
417 NET_PKT_DATA_ACCESS_CONTIGUOUS_DEFINE(igmpv2_access, struct net_ipv4_igmp_v2_query);
419 struct net_ipv4_igmp_v2_query *igmpv2_hdr;
457 igmpv2_hdr = (struct net_ipv4_igmp_v2_query *)net_pkt_get_data(pkt, &igmpv2_access);
Dipv4.h52 struct net_ipv4_igmp_v2_query { struct
/Zephyr-latest/tests/net/igmp/src/
Dmain.c125 static struct net_ipv4_igmp_v2_query *get_igmp_hdr(struct net_pkt *pkt) in get_igmp_hdr()
136 return (struct net_ipv4_igmp_v2_query *)net_pkt_cursor_get_pos(pkt); in get_igmp_hdr()
158 struct net_ipv4_igmp_v2_query *igmp_header; in tester_send()