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-12 14:30:43 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
fa8b7c19b786f8e46319e79304a91dd51d2892a6
nuttx
/
net
/
netdev
T
History
Gregory Nutt
fa8b7c19b7
Forgot to add a file in the last commit
2015-05-29 11:03:02 -06:00
..
Kconfig
…
Make.defs
Networking: Add a test to see a device pointer is still valid
2015-05-29 11:01:03 -06:00
netdev_carrier.c
…
netdev_count.c
…
netdev_default.c
…
netdev_findbyaddr.c
…
netdev_findbyname.c
Networking: Add a test to see a device pointer is still valid
2015-05-29 11:01:03 -06:00
netdev_foreach.c
…
netdev_ioctl.c
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
netdev_register.c
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
netdev_rxnotify.c
…
netdev_sem.c
…
netdev_txnotify.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
netdev_unregister.c
…
netdev_verify.c
Forgot to add a file in the last commit
2015-05-29 11:03:02 -06:00
netdev.h
Networking: Add a test to see a device pointer is still valid
2015-05-29 11:01:03 -06:00