This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-10 13:02:31 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
fc3540cffebbb0860f27fb8b2503fcdea3dc172d
nuttx
/
net
/
devif
T
History
Gregory Nutt
fc3540cffe
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
..
devif_callback.c
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
devif_initialize.c
…
devif_iobsend.c
…
devif_pktsend.c
…
devif_poll.c
Replace confusing references to uIP with just 'the network'
2016-05-30 09:31:44 -06:00
devif_send.c
…
devif.h
Replace confusing references to uIP with just 'the network'
2016-05-30 09:31:44 -06:00
ipv4_input.c
Networking: In both IPv6 and IPv4 incoming logic: (1) Should check if the packet size is large enough before trying to access the packet length in the IP header. (2) In the comparison between the IP length and the full packet length, need to subtract the size of the link layer header before making the comparison or we will get false positives (i.e., the packet is really too small).
2016-06-09 13:16:47 -06:00
ipv6_input.c
Networking: In both IPv6 and IPv4 incoming logic: (1) Should check if the packet size is large enough before trying to access the packet length in the IP header. (2) In the comparison between the IP length and the full packet length, need to subtract the size of the link layer header before making the comparison or we will get false positives (i.e., the packet is really too small).
2016-06-09 13:16:47 -06:00
Make.defs
…
net_setipid.c
…