]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Option.h
NetworkPkg: Add Dpc protocol
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Option.h
index b62a04216e90ac1ecdb7d3400e3b99cb7117e47a..c81b3fda2fec05060f282a78d14c3956cdf6730b 100644 (file)
@@ -3,13 +3,7 @@
 \r
   Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
 \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
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -51,7 +45,7 @@ typedef enum {
 /**\r
   Validate the IP6 extension header format for both the packets we received\r
   and that we will transmit. It will compute the ICMPv6 error message fields\r
-  if the option is mal-formated.\r
+  if the option is mal-formatted.\r
 \r
   @param[in]  IpSb          The IP6 service instance. This is an optional parameter.\r
   @param[in]  Packet        The data of the packet. Ignored if NULL.\r
@@ -72,8 +66,8 @@ typedef enum {
   @param[out] Fragmented    Indicate whether the packet is fragmented.\r
                             This is an optional parameter that may be NULL.\r
 \r
-  @retval     TRUE          The option is properly formated.\r
-  @retval     FALSE         The option is malformated.\r
+  @retval     TRUE          The option is properly formatted.\r
+  @retval     FALSE         The option is malformatted.\r
 \r
 **/\r
 BOOLEAN\r
@@ -122,7 +116,7 @@ Ip6FillHopByHop (
   @param[in]  ExtHdrsLen       The length of the extension headers.\r
   @param[in]  FragmentOffset   The fragment offset of the data following the header.\r
   @param[out] UpdatedExtHdrs   The updated ExtHdrs with Fragment header inserted.\r
-                               It's caller's responsiblity to free this buffer.\r
+                               It's caller's responsibility to free this buffer.\r
 \r
   @retval EFI_OUT_OF_RESOURCES Failed to finish the operation due to lake of\r
                                resource.\r
@@ -179,7 +173,7 @@ Ip6CopyExts (
   @param[in]  OptionLen         The length of the whole option.\r
 \r
   @retval TRUE     The option is properly formatted.\r
-  @retval FALSE    The option is malformated.\r
+  @retval FALSE    The option is malformatted.\r
 \r
 **/\r
 BOOLEAN\r