nuttx/net/devif
2020-12-05 21:46:18 -08:00
..
devif.h tcp: Remove incomplete support for TCP reassembly 2020-12-05 21:46:18 -08:00
devif_callback.c Fix some macOS sim warnings. 2020-04-11 22:27:42 +01:00
devif_forward.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
devif_initialize.c tcp: Remove incomplete support for TCP reassembly 2020-12-05 21:46:18 -08:00
devif_iobsend.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
devif_loopback.c Fix typos in comments 2020-03-03 09:11:57 -06:00
devif_pktsend.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
devif_poll.c tcp: Remove incomplete support for TCP reassembly 2020-12-05 21:46:18 -08: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 tcp: Remove incomplete support for TCP reassembly 2020-12-05 21:46:18 -08:00
ipv6_input.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
Make.defs Rename the file devif_loopbackout.c to devif_loopback.c 2018-08-25 08:36:02 -06:00