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 02:58:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dfd2701f971d2bbc3da5fdc3c945176cc7f39a38
nuttx
/
net
/
devif
T
History
Gregory Nutt
d701dc6a4a
net/dev/devif_poll.c: Fix compile error introduced by
c9b73f5139
. Typo: DEVIF_ICMP6, not DEVIF_ICMPV6.
2019-03-19 16:46:11 -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/dev/devif_poll.c: Fix compile error introduced by
c9b73f5139
. Typo: DEVIF_ICMP6, not DEVIF_ICMPV6.
2019-03-19 16:46:11 -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
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
2019-03-11 12:48:39 -06:00
ipv6_input.c
tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle.
2019-03-11 12:48:39 -06:00
Make.defs
Rename the file devif_loopbackout.c to devif_loopback.c
2018-08-25 08:36:02 -06:00