Searched defs:Discover (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp6.c669 EFI_PXE_BASE_CODE_DHCPV6_PACKET *Discover; local
696 Discover = AllocateZeroPool (sizeof (EFI_PXE_BASE_CODE_DHCPV6_PACKET));
697 if (Discover == NULL) {
704 Discover->TransactionId = ProxyOffer->Dhcp6.Header.TransactionId;
705 Discover->MessageType = Request->Dhcp6.Header.MessageType;
707 DiscoverOpt = Discover->DhcpOptions;
753 Discover->DhcpOptions,
773 (VOID *) Discover
1555 EFI_PXE_BASE_CODE_DHCPV6_PACKET *Discover; local
1584 Discover
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPxeBaseCode.h119 // Discover() definitions
164 /// Discover() server list structure.
174 /// Discover() information override structure.
698 Dhcp(), Discover(), and Mtftp() set the IP filter, and return with the IP receive
837 Updates the contents of the cached DHCP and Discover packets.
855 @param NewDhcpDiscover The pointer to the new cached DHCP Discover packet contents.
858 @param NewPxeDiscover The pointer to the new cached PXE Discover packet contents.
913 EFI_PXE_BASE_CODE_DISCOVER Discover; member in struct:_EFI_PXE_BASE_CODE_PROTOCOL

Completed in 39 milliseconds