incubator-nuttx/net/netdev
Xiang Xiao dfcb3cea59 Replace self defined macros with NET_SOCK_[FAMILY|TYPE|PROTOCOL]
NET_SOCK_* is defined by nuttx/net/netconfig.h and then can be shared

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-12-21 11:02:33 -03:00
..
Kconfig
Make.defs net: Move if_nametoindex and if_indextoname to libc 2021-12-19 10:08:57 -06:00
netdev.h net: Move if_nametoindex and if_indextoname to libc 2021-12-19 10:08:57 -06:00
netdev_carrier.c net/arp: clean the arp table when netdev carrier off 2021-11-27 06:19:50 -06:00
netdev_count.c
netdev_default.c
netdev_findbyaddr.c
netdev_findbyindex.c net: Fix: left shift of 1 by 31 places cannot be represented in type 'long int' 2021-06-23 05:24:15 -07:00
netdev_findbyname.c
netdev_foreach.c
netdev_ifconf.c
netdev_ioctl.c Replace self defined macros with NET_SOCK_[FAMILY|TYPE|PROTOCOL] 2021-12-21 11:02:33 -03:00
netdev_lladdrsize.c
netdev_register.c net/devif/devif_callback.c: corrected the connection event list to work as FIFO instead of LIFO. 2021-09-18 21:01:39 -05:00
netdev_txnotify.c
netdev_unregister.c
netdev_verify.c
netdown_notifier.c