HomeSort by relevance Sort by last modified time
    Searched refs:MaxRetries (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 131 INTN MaxRetries;
Dhcp4Io.c 224 DhcpSb->MaxRetries = DhcpSb->ActiveConfig.DiscoverTryCount;
226 DhcpSb->MaxRetries = DhcpSb->ActiveConfig.RequestTryCount;
229 if (DhcpSb->MaxRetries == 0) {
230 DhcpSb->MaxRetries = 4;
255 ASSERT (DhcpSb->MaxRetries > DhcpSb->CurRetry);
486 DhcpSb->MaxRetries = 0;
    [all...]

Completed in 201 milliseconds