nuttx-update/net/mld
chao an 0978dcf88d net/mld/route: fix build warning
In file included from route/net_del_ramroute.c:30:
route/net_del_ramroute.c: In function ‘net_match_ipv4’:
route/net_del_ramroute.c:93:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=]
   93 |   ninfo("  target=%08lx netmask=%08lx\n",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
route/net_del_ramroute.c:93:23: note: format string is defined here
   93 |   ninfo("  target=%08lx netmask=%08lx\n",
      |                   ~~~~^
      |                       |
      |                       long unsigned int
      |                   %08x

mld/mld_timer.c: In function ‘mld_gendog_work’:
mld/mld_timer.c:118:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  118 |   ifindex = (int)arg;
      |             ^
mld/mld_timer.c: In function ‘mld_v1dog_work’:
mld/mld_timer.c:237:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  237 |   ifindex = (int)arg;
      |             ^

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-06 18:24:20 +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 net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld.h include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
mld_done.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_group.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
mld_initialize.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
mld_join.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_leave.c Fix typos in comments and Kconfig files 2021-12-21 03:26:16 -06:00
mld_mcastmac.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_msg.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_poll.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_query.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_report.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
mld_send.c nuttx: remove space befone newline in logs 2021-12-27 21:01:19 -06:00
mld_timer.c net/mld/route: fix build warning 2022-09-06 18:24:20 +08:00