1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/net/mld
Alin Jerpelea 7dc7ef45f1 net: nxstyle fixes
Nxstyle fixes to pass CI.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-02-20 00:38:18 -08:00
..
Kconfig net/mld: Add reference counting on the group joins. If there are multiple joins from the same group on this, the don't really leave the group until the matching number of leaves happen. Also add to hooks for the router case: Keep track of the number members NOT on this host. Integrate this with the Leave logic to that the group structure can persist while there no non-local members of the group as well. 2018-11-06 14:46:03 -06:00
Make.defs Squashed commit of the following: 2018-11-01 15:19:47 -06:00
mld.h sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
mld_done.c net/mld: Fix a few compilation problems that cropped up in a different network configuration. Fix a logic error in setting the 'Other Querier Present' timer. Various cosmetic improvements. 2018-11-07 18:21:21 -06:00
mld_group.c Resolve build warnings in file mld_group.c 2020-09-04 21:16:00 +08:00
mld_initialize.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
mld_join.c Sources and Docs: Fix typos and nxstyle issues 2020-10-02 04:54:52 +02:00
mld_leave.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
mld_mcastmac.c net/procfs: Add support to provide MLD stats at /proc/net/mld. net/mld: Fix a couple more bugs found in further MLD testing. 2018-11-06 10:42:53 -06:00
mld_msg.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
mld_poll.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
mld_query.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
mld_report.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
mld_send.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
mld_timer.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00