Searched refs:DnsServerIp (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/lib/libefivar/
H A Defivar-dp-parse.c2936 CHAR16 *DnsServerIp; local
2997 DnsServerIp = GetNextParamStr (&TextDeviceNode);
2999 StrToIpv4Address (DnsServerIp, NULL, &(DnsDeviceNode->DnsServerIp[DnsServerIpIndex].v4), NULL);
3001 StrToIpv6Address (DnsServerIp, NULL, &(DnsDeviceNode->DnsServerIp[DnsServerIpIndex].v6), NULL);
H A Defivar-dp-format.c1845 CatIPv4Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v4));
1847 CatIPv6Address (Str, &(DnsDevPath->DnsServerIp[DnsServerIpIndex].v6));
/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h854 EFI_IP_ADDRESS DnsServerIp[]; member in struct:__anon9426
/freebsd-current/stand/efi/include/
H A Defidevp.h315 EFI_IPv4_ADDRESS DnsServerIp[]; member in struct:__anon622
/freebsd-current/stand/efi/libefi/
H A Defihttp.c164 sizeof(EFI_IPv4_ADDRESS), &dns->DnsServerIp);

Completed in 81 milliseconds