]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDhcp6.h
NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDhcp6.h
index 59ca19e464ff406d6119f406f5658a668e877939..f9eec9d7d35929a1a9373d3e46dc43a912b4707a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Functions declaration related with DHCPv6 for HTTP boot driver.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -24,31 +24,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define HTTP_BOOT_DEFAULT_HOPLIMIT             64\r
 #define HTTP_BOOT_DEFAULT_LIFETIME             50000\r
 \r
-\r
-#define HTTP_BOOT_DHCP6_OPT_CLIENT_ID         1\r
-#define HTTP_BOOT_DHCP6_OPT_SERVER_ID         2\r
-#define HTTP_BOOT_DHCP6_OPT_IA_NA             3\r
-#define HTTP_BOOT_DHCP6_OPT_IA_TA             4\r
-#define HTTP_BOOT_DHCP6_OPT_IAADDR            5\r
-#define HTTP_BOOT_DHCP6_OPT_ORO               6\r
-#define HTTP_BOOT_DHCP6_OPT_PREFERENCE        7\r
-#define HTTP_BOOT_DHCP6_OPT_ELAPSED_TIME      8\r
-#define HTTP_BOOT_DHCP6_OPT_REPLAY_MSG        9\r
-#define HTTP_BOOT_DHCP6_OPT_AUTH              11\r
-#define HTTP_BOOT_DHCP6_OPT_UNICAST           12\r
-#define HTTP_BOOT_DHCP6_OPT_STATUS_CODE       13\r
-#define HTTP_BOOT_DHCP6_OPT_RAPID_COMMIT      14\r
-#define HTTP_BOOT_DHCP6_OPT_USER_CLASS        15\r
-#define HTTP_BOOT_DHCP6_OPT_VENDOR_CLASS      16\r
-#define HTTP_BOOT_DHCP6_OPT_VENDOR_OPTS       17\r
-#define HTTP_BOOT_DHCP6_OPT_INTERFACE_ID      18\r
-#define HTTP_BOOT_DHCP6_OPT_RECONFIG_MSG      19\r
-#define HTTP_BOOT_DHCP6_OPT_RECONFIG_ACCEPT   20\r
-#define HTTP_BOOT_DHCP6_OPT_DNS_SERVERS       23\r
-#define HTTP_BOOT_DHCP6_OPT_BOOT_FILE_URL     59    // Assigned by IANA, RFC 5970\r
-#define HTTP_BOOT_DHCP6_OPT_BOOT_FILE_PARAM   60    // Assigned by IANA, RFC 5970\r
-#define HTTP_BOOT_DHCP6_OPT_ARCH              61    // Assigned by IANA, RFC 5970\r
-#define HTTP_BOOT_DHCP6_OPT_UNDI              62    // Assigned by IANA, RFC 5970\r
 #define HTTP_BOOT_DHCP6_ENTERPRISE_NUM        343   // TODO: IANA TBD: temporarily using Intel's\r
 #define HTTP_BOOT_DHCP6_MAX_BOOT_FILE_SIZE    65535 //   It's a limitation of bit length, 65535*512 bytes.\r
 \r