]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Dns6.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / Dns6.h
index 03cdf6a51434f58bd3c755ccd322cb893a5bece9..813893addd6b060ca6ac9badfcede3b9dd1a1b8e 100644 (file)
@@ -4,7 +4,7 @@
   DNSv6 Service Binding Protocol (DNSv6SB)\r
   DNSv6 Protocol (DNSv6)\r
 \r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -300,8 +300,8 @@ EFI_STATUS
                                   storage to be allocated and released by caller.\r
 \r
   @retval EFI_SUCCESS             The operation completed successfully.\r
-  @retval EFI_INVALID_PARAMTER    This is NULL.\r
-                                  The StationIp address provided in DnsConfigData is not a valid unicast.\r
+  @retval EFI_INVALID_PARAMETER   This is NULL.\r
+                                  The StationIp address provided in DnsConfigData is not zero and not a valid unicast.\r
                                   DnsServerList is NULL while DnsServerList Count is not ZERO.\r
                                   DnsServerList Count is ZERO while DnsServerList is not NULL.\r
   @retval EFI_OUT_OF_RESOURCES    The DNS instance data or required space could not be allocated.\r
@@ -323,10 +323,10 @@ EFI_STATUS
   Host name to host address translation.\r
 \r
   The HostNameToIp () function is used to translate the host name to host IP address. A\r
-  type A query is used to get the one or more IPv6 addresses for this host.\r
+  type AAAA query is used to get the one or more IPv6 addresses for this host.\r
 \r
   @param[in]  This                Pointer to EFI_DNS6_PROTOCOL instance.\r
-  @param[in]  Hostname            Host name.\r
+  @param[in]  HostName            Host name.\r
   @param[in]  Token               Point to the completion token to translate host name\r
                                   to host address.\r
 \r