mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user