Home
last modified time | relevance | path

Searched refs:DnsServerInfor (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c88 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()
[all …]
DDnsDhcp.h75 IN DNS4_SERVER_INFOR *DnsServerInfor