Searched refs:AddrCnt (Results 1 – 2 of 2) sorted by relevance
367 UINT8 AddrCnt; in IfConfig6ParseManualAddressList() local370 AddrCnt = 0; in IfConfig6ParseManualAddressList()391 AddrCnt++; in IfConfig6ParseManualAddressList()394 if (AddrCnt == 0) { in IfConfig6ParseManualAddressList()398 AddrBuf = AllocateZeroPool (AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS)); in IfConfig6ParseManualAddressList()401 AddrCnt = 0; in IfConfig6ParseManualAddressList()423 AddrBuf[AddrCnt].IsAnycast = FALSE; in IfConfig6ParseManualAddressList()424 AddrBuf[AddrCnt].PrefixLength = Prefix; in IfConfig6ParseManualAddressList()425 IP6_COPY_ADDRESS (&AddrBuf[AddrCnt].Address, &Address); in IfConfig6ParseManualAddressList()427 AddrCnt++; in IfConfig6ParseManualAddressList()[all …]
443 UINT8 AddrCnt; in IfConfig6ParseManualAddressList() local446 AddrCnt = 0; in IfConfig6ParseManualAddressList()467 AddrCnt++; in IfConfig6ParseManualAddressList()470 if (AddrCnt == 0) { in IfConfig6ParseManualAddressList()474 AddrBuf = AllocateZeroPool (AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS)); in IfConfig6ParseManualAddressList()477 AddrCnt = 0; in IfConfig6ParseManualAddressList()499 AddrBuf[AddrCnt].IsAnycast = FALSE; in IfConfig6ParseManualAddressList()500 AddrBuf[AddrCnt].PrefixLength = Prefix; in IfConfig6ParseManualAddressList()501 IP6_COPY_ADDRESS (&AddrBuf[AddrCnt].Address, &Address); in IfConfig6ParseManualAddressList()503 AddrCnt++; in IfConfig6ParseManualAddressList()[all …]