nuttx/net/devif
chao an a0bce18192 net/ipv4: fix shadows declaration
devif/ipv4_input.c: In function ‘ipv4_in’:
devif/ipv4_input.c:305:15: warning: declaration of ‘ret’ shadows a previous local [-Wshadow]
  305 |           int ret = ipv4_forward(dev, ipv4);
      |               ^~~
devif/ipv4_input.c:151:7: note: shadowed declaration is here
  151 |   int ret = OK;
      |       ^~~

Signed-off-by: chao an <anchao@xiaomi.com>
2022-12-01 09:38:33 +08:00
..
devif_callback.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
devif_cansend.c
devif_forward.c
devif_initialize.c
devif_iobsend.c
devif_loopback.c net/devif: remove link layer length from loopback 2022-11-30 10:07:14 +08:00
devif_pktsend.c
devif_poll.c net/loopback: reuse devif_loopback() logic for device lo(loopback) 2022-11-30 10:07:14 +08:00
devif_send.c
devif.h net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
ipv4_input.c net/ipv4: fix shadows declaration 2022-12-01 09:38:33 +08:00
ipv6_input.c net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
Make.defs