net: Rename arp_arpin to arp_input

align with other similar function(e.g. ipv4_input and ipv6_input)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-12-04 15:01:53 +08:00
committed by archer
parent 62004a28a6
commit c6e9edcbb6
55 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ static int net_rpmsg_drv_transfer_handler(FAR struct rpmsg_endpoint *ept,
/* Dispatch ARP packet to the network layer */
arp_arpin(dev);
arp_input(dev);
/* Check for a reply to the ARP packet */