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
@@ -495,7 +495,7 @@ static void tun_net_receive_tap(FAR struct tun_device_s *priv)
#ifdef CONFIG_NET_ARP
if (BUF->type == HTONS(ETHTYPE_ARP))
{
arp_arpin(&priv->dev);
arp_input(&priv->dev);
NETDEV_RXARP(&priv->dev);
/* If the above function invocation resulted in data that should be