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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1287 UINT16 SrvIndex; local
1434 SrvIndex = 0;
1441 while (SrvIndex < IpCount) {
1442 if (SrvList[SrvIndex].AcceptAnyResponse) {
1445 if ((SrvList[SrvIndex].Type == Type) &&
1449 SrvIndex++;
1452 if ((IpCount != SrvIndex) || (IpCount == 0)) {
1456 SrvIndex = 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c1114 UINT16 SrvIndex; local
1241 SrvIndex = 0;
1246 while (SrvIndex < IpCount) {
1248 if (SrvList[SrvIndex].AcceptAnyResponse) {
1252 if ((SrvList[SrvIndex].Type == Type) && EFI_IP4_EQUAL (&(Response->Dhcp4.Header.ServerAddr), &(Private->ServerIp))) {
1256 SrvIndex++;
1259 if ((IpCount != SrvIndex) || (IpCount == 0)) {
1263 SrvIndex = 0;

Completed in 53 milliseconds