Lines Matching refs:ServerCount
94 UINT32 ServerCount; in ParseDhcp4Ack() local
99 ServerCount = 0; in ParseDhcp4Ack()
134 ServerCount = OptionList[Index]->Length/4; in ParseDhcp4Ack()
135 ServerList = AllocatePool (ServerCount * sizeof (EFI_IPv4_ADDRESS)); in ParseDhcp4Ack()
140 for(Count=0; Count < ServerCount; Count++){ in ParseDhcp4Ack()
144 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp4Ack()
185 UINT32 ServerCount; in ParseDhcp6Ack() local
191 ServerCount = 0; in ParseDhcp6Ack()
227 ServerCount = OptionList[Index]->OpLen/16; in ParseDhcp6Ack()
228 ServerList = AllocatePool (ServerCount * sizeof (EFI_IPv6_ADDRESS)); in ParseDhcp6Ack()
234 for(Count=0; Count < ServerCount; Count++){ in ParseDhcp6Ack()
238 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp6Ack()
312 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()
633 DnsServerInfor.ServerCount = DnsServerCount; in GetDns6ServerFromDhcp6()