Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDhcp.c234 IN DNS4_SERVER_INFOR *DnsServerInfor in ParseDhcp4Ack() argument
290 *(DnsServerInfor->ServerCount) = ServerCount; in ParseDhcp4Ack()
291 DnsServerInfor->ServerList = ServerList; in ParseDhcp4Ack()
330 DNS6_SERVER_INFOR *DnsServerInfor; in ParseDhcp6Ack() local
356 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() local
454 ZeroMem (&DnsServerInfor, sizeof (DNS4_SERVER_INFOR)); in GetDns4ServerFromDhcp4()
458 DnsServerInfor.ServerCount = DnsServerCount; in GetDns4ServerFromDhcp4()
[all …]
DDnsDhcp.h75 IN DNS4_SERVER_INFOR *DnsServerInfor