incubator-nuttx/net/netdev
Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
..
Kconfig
Make.defs Squashed commit of the following: 2017-09-19 14:17:05 -06:00
netdev.h Squashed commit of the following: 2017-09-19 14:17:05 -06:00
netdev_carrier.c
netdev_count.c
netdev_default.c
netdev_findbyaddr.c Networking: Fix typo for 802.11 devices in netdev_register(). Was being masked before because depended on CONFIG_NET_MULTLINK. 2017-08-09 09:20:37 -06:00
netdev_findbyindex.c Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 14:24:12 -06:00
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c SIOCGIFCONF and SIOCGLIFCONF IOCTL commands should only report on network adatpors in the UP state. 2017-09-20 06:50:21 -06:00
netdev_ioctl.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
netdev_lladdrsize.c 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 2017-08-20 07:10:48 -06:00
netdev_register.c Networking: Rethink last fix. We can make this less protocol dependent. 2017-08-23 15:30:56 -06:00
netdev_txnotify.c Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code. 2017-08-08 14:24:12 -06:00
netdev_unregister.c
netdev_verify.c