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-10 11:23:34 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7a2bb1f727264d3b11de66bd46ccc373bf216b2f
nuttx
/
net
/
netdev
T
History
Gregory Nutt
732bef73a7
include/net/if.h: Fix some macro definitions overlooked in commit
d105dc9b5e
. Also corrects the name of a structure: mii_ioctl_notify_s vs mii_iotcl_notify_s.
2019-01-27 16:43:42 -06:00
..
Kconfig
sched/wqueue/kwork_notifier.c and several Kconfig files: Notifier should work with either lpwork or hpwork and other minor typo fix.
2019-01-27 11:02:56 -06:00
Make.defs
…
netdev_carrier.c
…
netdev_count.c
…
netdev_default.c
…
netdev_findbyaddr.c
…
netdev_findbyindex.c
…
netdev_findbyname.c
…
netdev_foreach.c
…
netdev_ifconf.c
…
netdev_indextoname.c
…
netdev_ioctl.c
include/net/if.h: Fix some macro definitions overlooked in commit
d105dc9b5e
. Also corrects the name of a structure: mii_ioctl_notify_s vs mii_iotcl_notify_s.
2019-01-27 16:43:42 -06:00
netdev_lladdrsize.c
net/icmpv6, neighbor, and netdev: Rename netdev_dev_lladdrsize() to netdev_lladdrsize() and move the prototype to include/nuttx/nex/netdev.h, giving is global scope within the OS. Reviewer: This degrades the integrity of the modular architecture by introducing a new coupling via C function call. Not a good thing at all.
2018-11-09 16:05:11 -06:00
netdev_nametoindex.c
…
netdev_register.c
net/: Fix some compile errors introduce with recent networking patches. Found in build testing.
2018-11-09 14:25:44 -06:00
netdev_txnotify.c
…
netdev_unregister.c
…
netdev_verify.c
…
netdev.h
net/icmpv6, neighbor, and netdev: Rename netdev_dev_lladdrsize() to netdev_lladdrsize() and move the prototype to include/nuttx/nex/netdev.h, giving is global scope within the OS. Reviewer: This degrades the integrity of the modular architecture by introducing a new coupling via C function call. Not a good thing at all.
2018-11-09 16:05:11 -06:00
netdown_notifier.c
…