incubator-nuttx/net/devif
chao.an 7480cc2835 net/devif: remove invalid NET_IPv4_REASSEMBLY definition
NET_IPv4_REASSEMBLY has been removed by:
--------------------------------------------------------
|  commit 68b526b335
|  Author: Brennan Ashton <bashton@brennanashton.com>
|  Date:   Tue Dec 1 22:59:00 2020 -0800
|
|      tcp: Remove incomplete support for TCP reassembly
--------------------------------------------------------

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-02-07 18:31:31 +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 Back in 2007, an early network implementation was developed for NuttX. This early development was inspired largely by uIP 1.0 and recognition of that was noted in the then BSD license headers. Over the next 14 years, a new, much more advanced, original network was developed for NuttX. However, some references to Adam Dunkels were still present in the file headers. 2021-09-17 21:49:44 -05:00