mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-23 18:09:52 +08:00
nshlib/nsh_netcmds.c: Add a -t option to the arp command which will enable printing the entire ARP table.
This commit is contained in:
@@ -314,7 +314,8 @@ int netlib_set_arpmapping(FAR const struct sockaddr_in *inaddr,
|
||||
FAR const uint8_t *macaddr);
|
||||
#ifdef CONFIG_NETLINK_ROUTE
|
||||
struct arp_enty_s;
|
||||
int netlib_get_arptable(FAR struct arp_enty_s *arptab, unsigned int nentries);
|
||||
ssize_t netlib_get_arptable(FAR struct arp_entry_s *arptab,
|
||||
unsigned int nentries);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user