Lines Matching refs:OptionCount
92 UINT32 OptionCount; in ParseDhcp4Ack() local
102 OptionCount = 0; in ParseDhcp4Ack()
105 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList); in ParseDhcp4Ack()
110 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *)); in ParseDhcp4Ack()
115 Status = Dhcp4->Parse (Dhcp4, Packet, &OptionCount, OptionList); in ParseDhcp4Ack()
123 for (Index = 0; Index < OptionCount; Index++) { in ParseDhcp4Ack()
182 UINT32 OptionCount; in ParseDhcp6Ack() local
190 OptionCount = 0; in ParseDhcp6Ack()
194 Status = This->Parse (This, Packet, &OptionCount, NULL); in ParseDhcp6Ack()
199 OptionList = AllocateZeroPool (OptionCount * sizeof (EFI_DHCP6_PACKET_OPTION *)); in ParseDhcp6Ack()
204 Status = This->Parse (This, Packet, &OptionCount, OptionList); in ParseDhcp6Ack()
212 for (Index = 0; Index < OptionCount; Index++) { in ParseDhcp6Ack()