]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Impl.h
1. Mark the network volatile variables as deprecated in code comments and remove...
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Impl.h
index 9ca4f4a011d03bf4742abfa653c1d1acdaa7736d..09f315f50b0af10bcd71ca981e53436921bf5ff4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Udp6 driver's whole implementation and internal data structures.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2014, 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
@@ -79,8 +79,7 @@ typedef struct _UDP6_SERVICE_DATA {
   UINTN                         ChildrenNumber;\r
   IP_IO                         *IpIo;\r
   EFI_EVENT                     TimeoutEvent;\r
-  CHAR16                        *MacString;\r
-} UDP6_SERVICE_DATA;\r
+ } UDP6_SERVICE_DATA;\r
 \r
 typedef struct _UDP6_INSTANCE_DATA {\r
   UINT32                Signature;\r
@@ -145,22 +144,7 @@ Udp6CreateService (
   IN EFI_HANDLE         ImageHandle,\r
   IN EFI_HANDLE         ControllerHandle\r
   );\r
-\r
-/**\r
-  Set the Udp6 variable data.\r
-\r
-  @param[in]  Udp6Service            Udp6 service data.\r
-\r
-  @retval     EFI_OUT_OF_RESOURCES   There are not enough resources to set the\r
-                                     variable.\r
-  @retval     other                  Set variable failed.\r
-\r
-**/\r
-EFI_STATUS\r
-Udp6SetVariableData (\r
-  IN UDP6_SERVICE_DATA  *Udp6Service\r
-  );\r
-\r
\r
 /**\r
   This function cleans the udp instance.\r
 \r
@@ -171,18 +155,7 @@ VOID
 Udp6CleanInstance (\r
   IN OUT UDP6_INSTANCE_DATA  *Instance\r
   );\r
-\r
-/**\r
-  Clear the variable and free the resource.\r
-\r
-  @param[in, out]  Udp6Service            Udp6 service data.\r
-\r
-**/\r
-VOID\r
-Udp6ClearVariableData (\r
-  IN OUT UDP6_SERVICE_DATA  *Udp6Service\r
-  );\r
-\r
\r
 /**\r
   This function intializes the new created udp instance.\r
 \r