Squashed commit of the following:

syscalls/:  Add syscall support for if_nametoindex() and if_indextoname()
    net/: Update some comments.
This commit is contained in:
Gregory Nutt
2018-06-25 12:41:28 -06:00
parent 7c1394d814
commit c65e1aa3df
22 changed files with 735 additions and 239 deletions
-9
View File
@@ -68,9 +68,6 @@
* Returned Value:
* None
*
* Assumptions:
* Called from normal user mode
*
****************************************************************************/
#ifdef CONFIG_NET_IPv4
@@ -105,9 +102,6 @@ void netdev_ipv4_txnotify(in_addr_t lipaddr, in_addr_t ripaddr)
* Returned Value:
* None
*
* Assumptions:
* Called from normal user mode
*
****************************************************************************/
#ifdef CONFIG_NET_IPv6
@@ -142,9 +136,6 @@ void netdev_ipv6_txnotify(FAR const net_ipv6addr_t lipaddr,
* Returned Value:
* None
*
* Assumptions:
* Called from normal user mode
*
****************************************************************************/
void netdev_txnotify_dev(FAR struct net_driver_s *dev)