incubator-nuttx/net/devif
chao.an 61fa5d70f5 devif/ipv6_input.c: fix compile warning
devif/ipv6_input.c: In function ‘ipv6_input’:
devif/ipv6_input.c:344:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  344 |       if ((ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff00)) &&
      |                                ^
devif/ipv6_input.c:345:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  345 |           (ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff01)) &&
      |                                ^
devif/ipv6_input.c:346:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  346 |           (ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff02)))
      |                                ^

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-02-18 16:05:20 +08:00
..
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
devif.h net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers 2022-01-18 16:14:38 +08:00
devif_callback.c net/tcp/tcp_send*: reliably obtain the TCP connection pointer in TCP event handlers 2022-01-18 16:14:38 +08:00
devif_cansend.c net/devif/devif_cansend.c: fix assertion for max data len 2022-01-03 08:52:49 -03:00
devif_forward.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
devif_initialize.c
devif_iobsend.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
devif_loopback.c
devif_pktsend.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
devif_poll.c net/devif: remove invalid NET_IPv4_REASSEMBLY definition 2022-02-07 18:31:31 +08:00
devif_send.c
ipv4_input.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
ipv6_input.c devif/ipv6_input.c: fix compile warning 2022-02-18 16:05:20 +08:00