Searched refs:OptNum (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Option.c563 INTN OptNum; local
590 OptNum = 0;
594 OptCount[Index].Index = (UINT8) OptNum;
599 OptNum++;
603 *Count = OptNum;
606 if (OptNum == 0) {
614 Options = AllocateZeroPool ((UINTN) (OptNum * sizeof (DHCP_OPTION)) + TotalLen);
623 Context.Buf = (UINT8 *) (Options + OptNum);

Completed in 1259 milliseconds