mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Refresh modules + plus minor clean-up from previous commits
This commit is contained in:
+1
-1
Submodule Documentation updated: 5acd332e57...f1517cb0bb
@@ -31,7 +31,7 @@ nuttx/
|
|||||||
apps/
|
apps/
|
||||||
|
|
||||||
(3) Network Utilities (apps/netutils/)
|
(3) Network Utilities (apps/netutils/)
|
||||||
(3) NuttShell (NSH) (apps/nshlib)
|
(2) NuttShell (NSH) (apps/nshlib)
|
||||||
(1) System libraries apps/system (apps/system)
|
(1) System libraries apps/system (apps/system)
|
||||||
(4) Other Applications & Tests (apps/examples/)
|
(4) Other Applications & Tests (apps/examples/)
|
||||||
|
|
||||||
@@ -1758,12 +1758,6 @@ o NuttShell (NSH) (apps/nshlib)
|
|||||||
Status: Open
|
Status: Open
|
||||||
Priority: Low
|
Priority: Low
|
||||||
|
|
||||||
Title: ARP COMMAND
|
|
||||||
Description: Add an ARP command so that we can see and modify the contents of
|
|
||||||
the ARP table.
|
|
||||||
Status: Open
|
|
||||||
Priority: Low (enhancement)
|
|
||||||
|
|
||||||
Title: ARPPING COMMAND
|
Title: ARPPING COMMAND
|
||||||
Description: Add an arping command
|
Description: Add an arping command
|
||||||
Status: Open
|
Status: Open
|
||||||
|
|||||||
+1
-1
Submodule configs updated: e18941d4d5...df66c8b70c
@@ -54,7 +54,7 @@
|
|||||||
* Name: inet_ntoa
|
* Name: inet_ntoa
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* The inet_ntoa() function converts the Internet host address in given in
|
* The inet_ntoa() function converts the Internet host address given in
|
||||||
* network byte order to a string in standard numbers-and-dots notation.
|
* network byte order to a string in standard numbers-and-dots notation.
|
||||||
* The string is returned in a statically allocated buffer, which subsequent
|
* The string is returned in a statically allocated buffer, which subsequent
|
||||||
* calls will overwrite.
|
* calls will overwrite.
|
||||||
|
|||||||
@@ -676,13 +676,6 @@ static int netdev_ifrioctl(FAR struct socket *psock, int cmd,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#ifdef CONFIG_NET_ARPIOCTLS
|
|
||||||
case SIOCSARP: /* Set a ARP mapping */
|
|
||||||
case SIOCDARP: /* Delete an ARP mapping */
|
|
||||||
case SIOCGARP: /* Get an ARP mapping */
|
|
||||||
# error "IOCTL Commands not implemented"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_NETDEV_PHY_IOCTL
|
#ifdef CONFIG_NETDEV_PHY_IOCTL
|
||||||
#ifdef CONFIG_ARCH_PHY_INTERRUPT
|
#ifdef CONFIG_ARCH_PHY_INTERRUPT
|
||||||
case SIOCMIINOTIFY: /* Set up for PHY event notifications */
|
case SIOCMIINOTIFY: /* Set up for PHY event notifications */
|
||||||
|
|||||||
Reference in New Issue
Block a user