Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Digmp.c61 struct net_ipv4_igmp_v2_report *igmp; in igmp_v2_create() local
63 igmp = (struct net_ipv4_igmp_v2_report *) in igmp_v2_create()
65 if (!igmp) { in igmp_v2_create()
69 igmp->type = type; in igmp_v2_create()
70 igmp->max_rsp = 0U; in igmp_v2_create()
71 net_ipaddr_copy(&igmp->address, addr); in igmp_v2_create()
72 igmp->chksum = 0; in igmp_v2_create()
78 igmp->chksum = net_calc_chksum_igmp(pkt); in igmp_v2_create()
84 if (net_pkt_write(pkt, &igmp->chksum, sizeof(igmp->chksum))) { in igmp_v2_create()
97 struct net_ipv4_igmp_v3_report *igmp; in igmp_v3_create() local
[all …]
DCMakeLists.txt37 zephyr_library_sources_ifdef(CONFIG_NET_IPV4_IGMP igmp.c)
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst2980 * :github:`54087` - tests:igmp:frdm_k64f: igmp test fails
3002 * :github:`53913` - net: ip: igmp: IGMP doesn't get initialised because the iface->config.ip.ipv4 p…
3047 * :github:`53548` - net: ip: igmp: Mechanism to add MAC address for IGMP all systems multicast addr…
3220 * :github:`52449` - net: ip: igmp: IGMP v2 membership reports are sent to 224.0.0.2 instead of the …
Drelease-notes-2.6.rst1205 * :github:`35158` - [Coverity CID: 224630] Uninitialized scalar variable in subsys/net/ip/igmp.c