]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Udp6.h
MdePkg/BasePrintLib: Add safe print functions [A|U]ValueToStringS
[mirror_edk2.git] / MdePkg / Include / Protocol / Udp6.h
index 9eba682765de112a73b5bc1858d528b6b406be8f..13cce8c4afd4aead8698eb644b5d33e81ed3bb32 100644 (file)
@@ -3,8 +3,8 @@
   the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive\r
   UDP packets.\r
 \r
-  Copyright (c) 2008 - 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2008 - 2014, 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
   http://opensource.org/licenses/bsd-license.php                                            \r
     0x4f948815, 0xb4b9, 0x43cb, {0x8a, 0x33, 0x90, 0xe0, 0x60, 0xb3, 0x49, 0x55 } \\r
   }\r
 \r
+///\r
+/// EFI_UDP6_SERVICE_POINT is deprecated in the UEFI 2.4B and should not be used any more.\r
+/// The definition in here is only present to provide backwards compatability.\r
+///\r
 typedef struct {\r
   ///\r
   /// The EFI UDPv6 Protocol instance handle that is using this address/port pair.\r
@@ -59,6 +63,10 @@ typedef struct {
   UINT16              RemotePort;\r
 } EFI_UDP6_SERVICE_POINT;\r
 \r
+///\r
+/// EFI_UDP6_VARIABLE_DATA is deprecated in the UEFI 2.4B and should not be used any more.\r
+/// The definition in here is only present to provide backwards compatability.\r
+///\r
 typedef struct {\r
   ///\r
   /// The handle of the driver that creates this entry.\r
@@ -276,6 +284,7 @@ typedef struct {
   ///     and the destination sent an ICMP source quench report. RxData is set to NULL in this situation.\r
   ///   - EFI_DEVICE_ERROR: An unexpected system or network error occurred.\r
   ///   - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check.\r
+  ///   - EFI_NO_MEDIA: There was a media error.\r
   ///\r
   EFI_STATUS                            Status;\r
   union {\r