nuttx/net/netdev
zhanghongyu 43ecf36d78 udp: modify ipv4 multicast to allow different conn to join simultaneously
add ref count for ipv4 multicast and leave the multicast group when close
behavior alignment with linux.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-11-04 17:56:06 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs
netdev_carrier.c
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c netdev: remove ASSERT when ifindex is invalid 2023-06-13 13:32:03 +08:00
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_input.c
netdev_iob.c
netdev_ioctl.c udp: modify ipv4 multicast to allow different conn to join simultaneously 2023-11-04 17:56:06 +08:00
netdev_lladdrsize.c
netdev_register.c
netdev_txnotify.c
netdev_unregister.c
netdev_verify.c
netdev.h
netdown_notifier.c