[PATCH v4] cmd: net: Add the "arp" command

2021-04-15 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 37 + doc/usage/arp.rst | 31 +++ include/net.h | 5 + net

[PATCH v3] cmd: net: Add the "arp" command

2021-04-13 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 37 + doc/usage/arp.rst | 31 +++ include/net.h | 5 + net

[PATCH v3] cmd: net: Add the "arp" command

2021-04-10 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 37 + doc/usage/arp.rst | 31 +++ include/net.h | 5 + net

[PATCH v2] cmd: net: Add the "arp" command

2021-04-10 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 36 doc/usage/arp.rst | 31 +++ include/net.h | 5 + net/

[PATCH] cmd: net: Add the "arp" command

2021-04-10 Thread lgxue
From: Joe Xue The command is to query and show mac address of a specific ipAddress. Signed-off-by: Joe Xue --- cmd/Kconfig | 6 ++ cmd/net.c | 36 include/net.h | 5 + net/arp.c | 24 net/arp.h | 4 ne