Gregory Nutt
|
de9101a1d9
|
apps/netutils/netlib/netlib_getarptab.c: Fix typos in comments.
|
2019-11-04 12:31:13 -06:00 |
|
Gregory Nutt
|
af6719d78d
|
netutils/netlib/netlib_getarptab.c: Do not initialize response buffer, it is write-only. Also add a check to assue that the sequence number in the response is the same as the sequence number in the request.
|
2019-11-04 09:04:17 -06:00 |
|
Gregory Nutt
|
b65c3dac0e
|
netutils/netlib/netlib_getarptab.c: Misc fixes from initial testing with the 'arp -t' commeand.
|
2019-11-03 19:29:20 -06:00 |
|
Gregory Nutt
|
400995dec6
|
nshlib/nsh_netcmds.c: Add a -t option to the arp command which will enable printing the entire ARP table.
|
2019-11-03 16:19:14 -06:00 |
|
Gregory Nutt
|
768218ee81
|
netutils/netlib/netlib_getarptab.c: Add a function to read the entire ARP tableusing NETLINK_ROUTE protocol.
|
2019-11-03 15:13:47 -06:00 |
|