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
fce87336a4e9b60893bcbbc63c0f543d6a51c1b4
nuttx
/
net
/
netdev
T
History
Gregory Nutt
04a661a97c
TCP networking: Add support for network driver events
2015-05-30 09:12:27 -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
Networking: Get rid of g_ipv4_allzeroaddr and g_ipv4_alloneaddr. It is more efficient and more intuitive to use INADDR_ANY and INADDR_BROADCAST
2015-05-29 15:16:11 -06:00
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
TCP networking: Add support for network driver events
2015-05-30 09:12:27 -06:00