]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/ArpDxe/ArpImpl.c
[Change summary]:
[mirror_edk2.git] / MdeModulePkg / Universal / Network / ArpDxe / ArpImpl.c
index 9704f2139c6bd7b0a614f9b6a427188a870b9c9b..05884cab822f37d3bea08e9f0eed238e663f69b1 100644 (file)
@@ -928,7 +928,7 @@ ArpConfigureInstance (
       if (ConfigData->SwAddressType == IPV4_ETHER_PROTO_TYPE) {\r
         CopyMem (&Ip, ConfigData->StationAddress, sizeof (IP4_ADDR));\r
 \r
-        if (!Ip4IsUnicast (NTOHL (Ip), 0)) {\r
+        if (!NetIp4IsUnicast (NTOHL (Ip), 0)) {\r
           //\r
           // The station address is not a valid IPv4 unicast address.\r
           //\r