Searched refs:DnsDevPath (Results 1 – 1 of 1) sorted by relevance
1852 DNS_DEVICE_PATH *DnsDevPath; in DevPathToTextDns() local1856 DnsDevPath = DevPath; in DevPathToTextDns()1857 …rIpCount = (UINT32)(DevicePathNodeLength (DnsDevPath) - sizeof (EFI_DEVICE_PATH_PROTOCOL) - sizeof… in DevPathToTextDns()1862 if (DnsDevPath->IsIPv6 == 0x00) { in DevPathToTextDns()1863 CatIPv4Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v4)); in DevPathToTextDns()1865 CatIPv6Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v6)); in DevPathToTextDns()