Searched defs:DnsServerCount (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDns4.h136 UINT32 DnsServerCount; member in struct:__anon9000
H A DDns6.h69 UINT32 DnsServerCount; member in struct:__anon9007
124 UINT32 DnsServerCount; member in struct:__anon9009
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsDhcp.c253 @param DnsServerCount Retrieved Dns4 server Ip count.
265 OUT UINT32 *DnsServerCount,
312 DnsServerInfor.ServerCount = DnsServerCount;
599 @param DnsServerCount Retrieved Dns6 server Ip count.
612 OUT UINT32 *DnsServerCount,
633 DnsServerInfor.ServerCount = DnsServerCount;
263 GetDns4ServerFromDhcp4( IN DNS_INSTANCE *Instance, OUT UINT32 *DnsServerCount, OUT EFI_IPv4_ADDRESS **DnsServerList ) argument
609 GetDns6ServerFromDhcp6( IN EFI_HANDLE Image, IN EFI_HANDLE Controller, OUT UINT32 *DnsServerCount, OUT EFI_IPv6_ADDRESS **DnsServerList ) argument

Completed in 27 milliseconds