Searched refs:DnsServerInfor (Results 1 – 2 of 2) sorted by relevance
234 IN DNS4_SERVER_INFOR *DnsServerInfor in ParseDhcp4Ack() argument290 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp4Ack()291 DnsServerInfor->ServerList = ServerList; in ParseDhcp4Ack()330 DNS6_SERVER_INFOR *DnsServerInfor; in ParseDhcp6Ack() local356 DnsServerInfor = (DNS6_SERVER_INFOR *) Context; in ParseDhcp6Ack()384 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp6Ack()385 DnsServerInfor->ServerList = ServerList; in ParseDhcp6Ack()430 DNS4_SERVER_INFOR DnsServerInfor; in GetDns4ServerFromDhcp4() local454 ZeroMem (&DnsServerInfor, sizeof (DNS4_SERVER_INFOR)); in GetDns4ServerFromDhcp4()458 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()[all …]
75 IN DNS4_SERVER_INFOR *DnsServerInfor