This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
net
/
netdev
History
Gregory Nutt
78bc1aa6bc
Argument of network device IOCTL should be unsigned long, just as will all other IOCTL methods.
2017-04-15 09:33:27 -06:00
..
Kconfig
Move wireless IOCTLs from include/nuttx/net/ioctl to include/nuttx/wireless/wireless.h. Add some linux compatible structures to use with the IOCTL commands.
2017-03-13 09:51:31 -06:00
Make.defs
…
netdev_carrier.c
…
netdev_count.c
…
netdev_default.c
…
netdev_findbyaddr.c
networking: IPv4 change of last PR should also be applied to corresponding IPv6 logic.
2017-04-15 06:00:42 -06:00
netdev_findbyindex.c
…
netdev_findbyname.c
…
netdev_foreach.c
…
netdev_ioctl.c
Argument of network device IOCTL should be unsigned long, just as will all other IOCTL methods.
2017-04-15 09:33:27 -06:00
netdev_register.c
Trivial changes from review of last PR
2017-04-13 06:16:03 -06:00
netdev_rxnotify.c
…
netdev_txnotify.c
…
netdev_unregister.c
…
netdev_verify.c
…
netdev.h
…