This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
08b37cc104586756fc39e42382df6dfdce2e81f8
nuttx
/
net
/
devif
T
History
Gregory Nutt
bfa8c362c6
net/devif/devif_loopback.c: Fix warning: implicit declaration of memcmp.
2018-11-11 11:56:37 -06:00
..
devif_callback.c
…
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
tools/nxstyle.c: Add logic to catch another formatting error and to eliminate some false alarms. Includes cosmetic changes to several files ... mostly as a result of testing nxstyle and finding issues.
2018-10-29 16:25:57 -06:00
devif_iobsend.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_loopback.c
net/devif/devif_loopback.c: Fix warning: implicit declaration of memcmp.
2018-11-11 11:56:37 -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
net/neighbor: Simplify the neighbor table aging process
2018-11-09 14:08:18 -06: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
devif.h
…
ipv4_input.c
net/: add NET_ICMP[v6]_NO_STACK for usrsock case
2018-11-09 11:25:57 -06:00
ipv6_input.c
/net/devif/ipv6_input.c: Correct handling of IPv6 extension headers. The main confusion was that the payload length in the IPv6 header does not include its extension headers.
2018-11-10 11:29:02 -06:00
Make.defs
Rename the file devif_loopbackout.c to devif_loopback.c
2018-08-25 08:36:02 -06:00