]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/DnsDxe/DnsImpl.h
MdeModulePkg/FrameBufferBltLib: Fix copying of unaligned memory
[mirror_edk2.git] / NetworkPkg / DnsDxe / DnsImpl.h
index 5fa7f244c257001301cc019f85120badab9012fd..3c6296cb65ad4d5df0daa76beaf1d26018f01502 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 DnsDxe support functions implementation.\r
    \r
-Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2017, 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
@@ -86,7 +86,6 @@ extern EFI_DNS6_PROTOCOL             mDns6Protocol;
 #define DNS_STATE_DESTROY        2\r
 \r
 #define DNS_DEFAULT_TIMEOUT      2\r
-#define DNS_DEFAULT_RETRY        3\r
 \r
 #define DNS_TIME_TO_GETMAP       5\r
 \r
@@ -115,6 +114,7 @@ typedef struct {
 } DNS6_SERVER_IP;\r
 \r
 typedef struct {\r
+  UINT32                     RetryCounting;\r
   UINT32                     PacketToLive;\r
   CHAR16                     *QueryHostName;\r
   EFI_IPv4_ADDRESS           QueryIpAddress;\r
@@ -123,6 +123,7 @@ typedef struct {
 } DNS4_TOKEN_ENTRY;\r
 \r
 typedef struct {\r
+  UINT32                     RetryCounting;\r
   UINT32                     PacketToLive;\r
   CHAR16                     *QueryHostName;\r
   EFI_IPv6_ADDRESS           QueryIpAddress;\r