Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Index1

906   UINTN                          Index1;

933 for (Index1 = 0; Index1 < NewAddressCount; Index1++, NewAddress++) {
947 for (Index2 = Index1 + 1; Index2 < NewAddressCount; Index2++, TmpAddress++) {
1009 for (Index1 = 0; Index1 < NewAddressCount; Index1++, NewAddress++) {
1197 UINTN Index1;
1220 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) {
1222 if (!NetIp6IsValidUnicast (NewGateway + Index1)) {
1227 for (Index2 = Index1 + 1; Index2 < NewGatewayCount; Index2++) {
1228 if (EFI_IP6_EQUAL (NewGateway + Index1, NewGateway + Index2)) {
1250 for (Index1 = 0; Index1 < OldGatewayCount; Index1++) {
1255 if (EFI_IP6_EQUAL (OldGateway + Index1, NewGateway + Index2)) {
1265 DefaultRouter = Ip6FindDefaultRouter (IpSb, OldGateway + Index1);
1272 for (Index1 = 0; Index1 < NewGatewayCount; Index1++) {
1274 DefaultRouter = Ip6FindDefaultRouter (IpSb, NewGateway + Index1);
1276 Ip6CreateDefaultRouter (IpSb, NewGateway + Index1, IP6_INF_ROUTER_LIFETIME);
1331 UINTN Index1;
1374 for (Index1 = NewIndex + 1; Index1 < NewDnsCount; Index1++) {
1375 if (EFI_IP6_EQUAL (NewDns + NewIndex, NewDns + Index1)) {