incubator-nuttx/net/netdev
dongjianli b48804cfc2 net/netdev/netdev_ioctl.c: Add si_ioctl callback and net_ioctl_arglen so usrsock could forward the ioctl to the remote end 2018-08-26 14:54:26 -06:00
..
Kconfig Squashed commit of the following: 2018-06-25 12:08:10 -06:00
Make.defs Squashed commit of the following: 2018-06-25 12:08:10 -06:00
netdev.h net/procfs and netdev: Fix some problems with ifconfig introduced with last changes. Also picks up one of Sebastien's changes that did not make it it before. net/udp: Fixes a DEBUGASSERT. 2018-06-25 17:06:11 -06:00
netdev_carrier.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
netdev_count.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_default.c netdev_findby_ipv[4|6]addr return netdev_default() as last resort but don't return loopback device if another network device is in the UP state. 2018-08-26 14:40:47 -06:00
netdev_findbyaddr.c netdev_findby_ipv[4|6]addr return netdev_default() as last resort but don't return loopback device if another network device is in the UP state. 2018-08-26 14:40:47 -06:00
netdev_findbyindex.c Fix some errors found in build testing. 2018-06-25 17:06:29 -06:00
netdev_findbyname.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_foreach.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
netdev_ifconf.c net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments. 2018-06-23 12:53:27 -06:00
netdev_indextoname.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_ioctl.c net/netdev/netdev_ioctl.c: Add si_ioctl callback and net_ioctl_arglen so usrsock could forward the ioctl to the remote end 2018-08-26 14:54:26 -06:00
netdev_lladdrsize.c net/bluetooth: Since the max header is always reported, the max frame size for purposes of allocation is the max header lenght plus the max payload, even though the frames with the max payload never have the max header length. 2018-04-05 16:40:59 -06:00
netdev_nametoindex.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_register.c net/netdev/netdev_register.c: Eliminate a newly introduced warning. 2018-08-14 13:54:10 -06:00
netdev_txnotify.c Squashed commit of the following: 2018-06-25 12:41:28 -06:00
netdev_unregister.c net/netdev: Add an algorithm to prevent an interface index from being reused until all network interfaces have by assigned once. The prevents removable devices from being removed, unregistered and re-installed, re-registered and keeping the same interface index. 2018-06-25 12:57:42 -06:00
netdev_verify.c Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they. 2017-05-11 13:35:56 -06:00