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-06-06 00:14:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
4747c04c943c441ad71ed632a0ccaec1a90da7ea
nuttx
/
net
/
devif
T
History
Gregory Nutt
4747c04c94
Trivial correction to some comments
2015-05-28 19:43:35 -06:00
..
devif_callback.c
Trivial correction to some comments
2015-05-28 19:43:35 -06:00
devif_initialize.c
Make some conditional compilation consistent
2015-02-05 14:26:11 -06:00
devif_iobsend.c
Cosmetic standardization of some naming in comments
2015-01-19 16:02:56 -06:00
devif_pktsend.c
Cosmetic standardization of some naming in comments
2015-01-19 16:02:56 -06:00
devif_poll.c
ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation).
2015-02-02 13:44:31 -06:00
devif_send.c
Cosmetic standardization of some naming in comments
2015-01-19 16:02:56 -06:00
devif.h
Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events.
2015-05-28 12:01:38 -06:00
ipv4_input.c
Networking: Clean up network status collection and presentation for IPv6
2015-01-24 08:26:12 -06:00
ipv6_input.c
Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in
2015-05-27 11:39:44 -06:00
Make.defs
…
net_setipid.c
…