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-15 03:58:06 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
db3b507a41949df85c62645fac295cfb8bca96f4
nuttx
/
net
/
devif
T
History
Gregory Nutt
b54ffe858a
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
..
devif_callback.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
devif_forward.c
Merged in antmerlino/nuttx/ipfwd-remove-redundant-llheadersize (pull request
#548
)
2017-11-29 00:54:17 +00:00
devif_initialize.c
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
devif_iobsend.c
…
devif_pktsend.c
…
devif_poll.c
This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface.
2017-10-24 11:23:08 -06:00
devif_send.c
6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started.
2017-08-26 10:00:47 -06:00
devif.h
Standardization of some function headers.
2018-03-13 09:52:27 -06:00
ipv4_input.c
net/: Fix some issues with regard to UDP broadcast handling. This is Bitbucket Issue
#77
. This commit tentatively closes the issues, subject to verification.
2017-11-22 12:06:36 -06:00
ipv6_input.c
…
Make.defs
…