Searched refs:DnsDevPath (Results 1 – 1 of 1) sorted by relevance
1848 DNS_DEVICE_PATH *DnsDevPath; in DevPathToTextDns() local1852 DnsDevPath = DevPath; in DevPathToTextDns()1853 …rIpCount = (UINT32)(DevicePathNodeLength (DnsDevPath) - sizeof (EFI_DEVICE_PATH_PROTOCOL) - sizeof… in DevPathToTextDns()1858 if (DnsDevPath->IsIPv6 == 0x00) { in DevPathToTextDns()1859 CatIPv4Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v4)); in DevPathToTextDns()1861 CatIPv6Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v6)); in DevPathToTextDns()