Searched refs:DnsServerInfor (Results 1 – 2 of 2) sorted by relevance
88 IN DNS4_SERVER_INFOR *DnsServerInfor in ParseDhcp4Ack() argument144 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp4Ack()145 DnsServerInfor->ServerList = ServerList; in ParseDhcp4Ack()184 DNS6_SERVER_INFOR *DnsServerInfor; in ParseDhcp6Ack() local210 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() local308 ZeroMem (&DnsServerInfor, sizeof (DNS4_SERVER_INFOR)); in GetDns4ServerFromDhcp4()312 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()[all …]
75 IN DNS4_SERVER_INFOR *DnsServerInfor