]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
Add additional delay in DHCP6 InfoRequest interface to wait for link local address...
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Impl.h
index 8fb1dfa382682387717b23af86382925d2138797..0e206cd504ece25dfdd8631af05bf21afb745588 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Dhcp6 internal data structure and definition declaration.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2012, 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
@@ -21,6 +21,7 @@
 \r
 #include <Protocol/Dhcp6.h>\r
 #include <Protocol/Udp6.h>\r
+#include <Protocol/Ip6Config.h>\r
 #include <Protocol/ServiceBinding.h>\r
 #include <Protocol/DriverBinding.h>\r
 \r
@@ -184,7 +185,8 @@ typedef enum {
 typedef enum {\r
   Dhcp6DuidTypeLlt              = 1,\r
   Dhcp6DuidTypeEn               = 2,\r
-  Dhcp6DuidTypeLl               = 3\r
+  Dhcp6DuidTypeLl               = 3,\r
+  Dhcp6DuidTypeUuid             = 4\r
 } DHCP6_DUID_TYPE;\r
 \r
 //\r
@@ -211,6 +213,7 @@ struct _DHCP6_TX_CB {
   UINT32                        RetryLos;\r
   UINT32                        TickTime;\r
   UINT16                        *Elapsed;\r
+  BOOLEAN                       SolicitRetry;\r
 };\r
 \r
 //\r
@@ -257,6 +260,7 @@ struct _DHCP6_SERVICE {
   EFI_HANDLE                    Image;\r
   EFI_SERVICE_BINDING_PROTOCOL  ServiceBinding;\r
   EFI_SIMPLE_NETWORK_PROTOCOL   *Snp;\r
+  EFI_IP6_CONFIG_PROTOCOL       *Ip6Cfg;\r
   EFI_DHCP6_DUID                *ClientId;\r
   UDP_IO                        *UdpIo;\r
   UINT32                        Xid;\r