Lines Matching refs:DnsServerInfor
88 IN DNS4_SERVER_INFOR *DnsServerInfor in ParseDhcp4Ack() argument
144 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp4Ack()
145 DnsServerInfor->ServerList = ServerList; in ParseDhcp4Ack()
184 DNS6_SERVER_INFOR *DnsServerInfor; in ParseDhcp6Ack() local
210 DnsServerInfor = (DNS6_SERVER_INFOR *) Context; in ParseDhcp6Ack()
238 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp6Ack()
239 DnsServerInfor->ServerList = ServerList; in ParseDhcp6Ack()
284 DNS4_SERVER_INFOR DnsServerInfor; in GetDns4ServerFromDhcp4() local
308 ZeroMem (&DnsServerInfor, sizeof (DNS4_SERVER_INFOR)); in GetDns4ServerFromDhcp4()
312 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()
513 Status = ParseDhcp4Ack (Dhcp4, &Token.ResponseList[Index], &DnsServerInfor); in GetDns4ServerFromDhcp4()
519 *DnsServerList = DnsServerInfor.ServerList; in GetDns4ServerFromDhcp4()
624 DNS6_SERVER_INFOR DnsServerInfor; in GetDns6ServerFromDhcp6() local
631 ZeroMem (&DnsServerInfor, sizeof (DNS6_SERVER_INFOR)); in GetDns6ServerFromDhcp6()
633 DnsServerInfor.ServerCount = DnsServerCount; in GetDns6ServerFromDhcp6()
697 &DnsServerInfor in GetDns6ServerFromDhcp6()
727 &DnsServerInfor in GetDns6ServerFromDhcp6()
733 *DnsServerList = DnsServerInfor.ServerList; in GetDns6ServerFromDhcp6()