Searched refs:PXEBC_BOOT_REQUEST_RETRIES (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h95 #define PXEBC_BOOT_REQUEST_RETRIES 4 macro
H A DPxeBcDhcp.c1217 for (TryIndex = 1; TryIndex <= PXEBC_BOOT_REQUEST_RETRIES; TryIndex++) {
1229 if (TryIndex > PXEBC_BOOT_REQUEST_RETRIES) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.h89 #define PXEBC_BOOT_REQUEST_RETRIES 4 macro
H A DPxeBcDhcp4.c1413 for (TryIndex = 1; TryIndex <= PXEBC_BOOT_REQUEST_RETRIES; TryIndex++) {
1424 if (TryIndex > PXEBC_BOOT_REQUEST_RETRIES) {

Completed in 74 milliseconds