incubator-nuttx/net/igmp
zhanghongyu 8a479cc2ca igmp: call IFF_SET_IPv4 when igmp_send
If the flag is not set, The flag is affected by the previously sent and
received packets, L2 header may be filled with ipv6

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-11-16 07:29:48 -08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs
igmp.h udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00
igmp_group.c mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
igmp_initialize.c
igmp_input.c
igmp_join.c udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00
igmp_leave.c udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00
igmp_mcastmac.c
igmp_msg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
igmp_poll.c
igmp_send.c igmp: call IFF_SET_IPv4 when igmp_send 2023-11-16 07:29:48 -08:00
igmp_timer.c