]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
Add check before using it to avoid access violation.
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Impl.h
index 8fb1dfa382682387717b23af86382925d2138797..dda0cf37d56943b1babdeda2b33eb16b6ac63749 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 - 2011, 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
@@ -184,7 +184,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 +212,7 @@ struct _DHCP6_TX_CB {
   UINT32                        RetryLos;\r
   UINT32                        TickTime;\r
   UINT16                        *Elapsed;\r
+  BOOLEAN                       SolicitRetry;\r
 };\r
 \r
 //\r