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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c896 UINTN NewAddressCount; local
921 NewAddressCount = DataSize / sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS);
924 for (Index1 = 0; Index1 < NewAddressCount; Index1++, NewAddress++) {
938 for (Index2 = Index1 + 1; Index2 < NewAddressCount; Index2++, TmpAddress++) {
1000 for (Index1 = 0; Index1 < NewAddressCount; Index1++, NewAddress++) {

Completed in 41 milliseconds