mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user