Home
last modified time | relevance | path

Searched refs:DhcpValidateOptions (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Option.h253 DhcpValidateOptions (
DDhcp4Impl.c1152 EFI_ERROR (DhcpValidateOptions (SeedPacket, NULL))) { in EfiDhcp4Build()
1372 EFI_ERROR (DhcpValidateOptions (Packet, NULL))) { in PxeDhcpInput()
1509 EFI_ERROR (DhcpValidateOptions (Token->Packet, NULL)) || in EfiDhcp4TransmitReceive()
1737 EFI_ERROR (DhcpValidateOptions (Packet, NULL))) { in EfiDhcp4Parse()
DDhcp4Io.c536 if ((NewPacket != NULL) && !EFI_ERROR (DhcpValidateOptions (NewPacket, NULL))) { in DhcpChooseOffer()
548 DhcpValidateOptions (Selected, &DhcpSb->Para); in DhcpChooseOffer()
1031 EFI_ERROR (DhcpValidateOptions (Packet, &Para))) { in DhcpInput()
DDhcp4Option.c653 DhcpValidateOptions ( in DhcpValidateOptions() function