]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Impl.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Impl.h
index 9ca4f4a011d03bf4742abfa653c1d1acdaa7736d..ff59e80cd4ed7f77aab92a230b78abdf2f23e9bc 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 - 2018, 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
@@ -146,21 +145,6 @@ Udp6CreateService (
   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
   This function cleans the udp instance.\r
 \r
@@ -172,17 +156,6 @@ Udp6CleanInstance (
   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
   This function intializes the new created udp instance.\r
 \r