]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/IpIoLib.h
Apply GetBestLanguage() API in UEFI to display HII string.
[mirror_edk2.git] / MdeModulePkg / Include / Library / IpIoLib.h
index 99b98d8075d872d3e513ce0b65d7349a1452c36a..a4fbcfd1a37d09fc4c1d0b7e74c004f30a874365 100644 (file)
@@ -1,5 +1,6 @@
 /** @file\r
-  This library provides IpIo layer upon EFI IP4 Protocol.\r
+  Ihis library is only intended to be used by UEFI network stack modules.\r
+  It provides IpIo layer upon EFI IP4 Protocol.\r
 \r
 Copyright (c) 2005 - 2008, Intel Corporation.<BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -341,8 +342,8 @@ IpIoOpen (
                                          packet.\r
   @param[in, out]  Pkt                   Pointer to the IP packet to be sent.\r
   @param[in]       Sender                The IP protocol instance used for sending.\r
-  @param[in]       Context               Optional context data\r
-  @param[in]       NotifyData            Optional notify data\r
+  @param[in]       Context               Optional context data.\r
+  @param[in]       NotifyData            Optional notify data.\r
   @param[in]       Dest                  The destination IP address to send this packet to.\r
   @param[in]       OverrideData          The data to override some configuration of the IP\r
                                          instance used for sending.\r
@@ -466,9 +467,9 @@ IpIoFindSender (
   The ErrorStatus will be returned. The IsHard and Notify are optional. If they\r
   are not NULL, this routine will fill them.\r
 \r
-  @param[in]   IcmpError             IcmpError Type\r
-  @param[out]  IsHard                Whether it is a hard error\r
-  @param[out]  Notify                Whether it need to notify SockError\r
+  @param[in]   IcmpError             IcmpError Type.\r
+  @param[out]  IsHard                Whether it is a hard error.\r
+  @param[out]  Notify                Whether it need to notify SockError.\r
 \r
   @return ICMP Error Status, such as EFI_NETWORK_UNREACHABLE.\r
 \r