]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
NetworkPkg:Enable Http Boot over Ipv6 stack
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootDhcp4.h
index 200501666b2ac9c36b53362e03c0471bdeb842ea..2bc46deafd41b2d3189e41ddb420d8f4aa9c720a 100644 (file)
@@ -245,6 +245,17 @@ typedef struct {
   EFI_DHCP4_PACKET_OPTION     *OptList[HTTP_BOOT_DHCP4_TAG_INDEX_MAX];\r
 } HTTP_BOOT_DHCP4_PACKET_CACHE;\r
 \r
+/**\r
+  Select an DHCPv4 or DHCP6 offer, and record SelectIndex and SelectProxyType.\r
+\r
+  @param[in]  Private             Pointer to HTTP boot driver private data.\r
+\r
+**/\r
+VOID\r
+HttpBootSelectDhcpOffer (\r
+  IN HTTP_BOOT_PRIVATE_DATA  *Private\r
+  );\r
+\r
 /**\r
   Start the D.O.R.A DHCPv4 process to acquire the IPv4 address and other Http boot information.\r
 \r