nuttx/net/devif
chao an 615845d9a6 net/devif: add common interface to build L2 headers
So we can hide the implementation details of L2 NICs.

Signed-off-by: chao an <anchao@xiaomi.com>
2022-11-28 14:44:15 +01:00
..
devif.h net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
devif_callback.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +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 tcp: Remove incomplete support for TCP reassembly 2020-12-09 07:25:26 -08:00
devif_iobsend.c fix:Temporarily remove udp send large pkt assert 2022-04-02 10:40:22 +08:00
devif_loopback.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
devif_pktsend.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
devif_poll.c net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
devif_send.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
ipv4_input.c net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
ipv6_input.c net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
Make.defs makefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00