Home
last modified time | relevance | path

Searched refs:SrvIndex (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1376 UINT16 SrvIndex; in PxeBcDhcp4Discover() local
1523 SrvIndex = 0; in PxeBcDhcp4Discover()
1530 SrvIndex = 0; in PxeBcDhcp4Discover()
1536 while (SrvIndex < IpCount) { in PxeBcDhcp4Discover()
1537 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDhcp4Discover()
1540 if ((SrvList[SrvIndex].Type == Type) && in PxeBcDhcp4Discover()
1541 EFI_IP4_EQUAL (&Response->Dhcp4.Header.ServerAddr, &SrvList[SrvIndex].IpAddr)) { in PxeBcDhcp4Discover()
1544 SrvIndex++; in PxeBcDhcp4Discover()
1547 if ((IpCount != SrvIndex) || (IpCount == 0)) { in PxeBcDhcp4Discover()
1551 SrvIndex = 0; in PxeBcDhcp4Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcDhcp.c1232 UINT16 SrvIndex; in PxeBcDiscvBootService() local
1359 SrvIndex = 0; in PxeBcDiscvBootService()
1364 SrvIndex = 0; in PxeBcDiscvBootService()
1370 while (SrvIndex < IpCount) { in PxeBcDiscvBootService()
1372 if (SrvList[SrvIndex].AcceptAnyResponse) { in PxeBcDiscvBootService()
1376 …if ((SrvList[SrvIndex].Type == Type) && EFI_IP4_EQUAL (&(Response->Dhcp4.Header.ServerAddr), &(Pri… in PxeBcDiscvBootService()
1380 SrvIndex++; in PxeBcDiscvBootService()
1383 if ((IpCount != SrvIndex) || (IpCount == 0)) { in PxeBcDiscvBootService()
1387 SrvIndex = 0; in PxeBcDiscvBootService()