Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6ConfigImpl.c1201 UINTN NewGatewayCount; in Ip6ConfigSetGateway() local
1218 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()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Impl.c1340 UINTN NewGatewayCount; in Ip4Config2SetGateway() local
1356 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()