Searched refs:NewGatewayCount (Results 1 – 2 of 2) sorted by relevance
1201 UINTN NewGatewayCount; in Ip6ConfigSetGateway() local1218 NewGatewayCount = DataSize / sizeof (EFI_IPv6_ADDRESS); in Ip6ConfigSetGateway()1219 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) { in Ip6ConfigSetGateway()1226 for (Index2 = Index1 + 1; Index2 < NewGatewayCount; Index2++) { in Ip6ConfigSetGateway()1240 if (NewGatewayCount != OldGatewayCount) { in Ip6ConfigSetGateway()1253 for (Index2 = 0; Index2 < NewGatewayCount; Index2++) { in Ip6ConfigSetGateway()1260 if (Index2 == NewGatewayCount) { in Ip6ConfigSetGateway()1271 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) { in Ip6ConfigSetGateway()
1340 UINTN NewGatewayCount; in Ip4Config2SetGateway() local1356 NewGatewayCount = DataSize / sizeof (EFI_IPv4_ADDRESS); in Ip4Config2SetGateway()1357 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) { in Ip4Config2SetGateway()1365 for (Index2 = Index1 + 1; Index2 < NewGatewayCount; Index2++) { in Ip4Config2SetGateway()1378 if (NewGatewayCount != OldGatewayCount) { in Ip4Config2SetGateway()1402 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) { in Ip4Config2SetGateway()