Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-format.c1834 DNS_DEVICE_PATH *DnsDevPath; in DevPathToTextDns() local
1838 DnsDevPath = DevPath; in DevPathToTextDns()
1839 …rIpCount = (UINT32)(DevicePathNodeLength (DnsDevPath) - sizeof (EFI_DEVICE_PATH_PROTOCOL) - sizeof… in DevPathToTextDns()
1844 if (DnsDevPath->IsIPv6 == 0x00) { in DevPathToTextDns()
1845 CatIPv4Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v4)); in DevPathToTextDns()
1847 CatIPv6Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v6)); in DevPathToTextDns()