nuttx/net/igmp
Xiang Xiao a0ce81d659 sched/wdog: Don't dynamically allocate wdog_s
to save the preserved space(1KB) and also avoid the heap overhead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I694073f68e1bd63960cedeea1ddec441437be025
2020-08-11 12:28:55 -06:00
..
igmp_group.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
igmp_initialize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
igmp_input.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
igmp_join.c net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
igmp_leave.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
igmp_mcastmac.c
igmp_msg.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
igmp_poll.c net/: Fix some new problems found by the current nxstyle with .c files in the net/ directory. (#92) 2020-01-13 21:26:04 +01:00
igmp_send.c net/igmp/igmp_send.c: Fix a typo in a debug statement. Noted by Bernd Walter. 2019-09-25 13:46:24 -06:00
igmp_timer.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
igmp.h sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
Kconfig net/igmp: Backport some MLD design improments/fixes. 2018-11-04 07:43:51 -06:00
Make.defs