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

/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
H A DHttpDns.c45 UINTN DnsServerListCount; local
54 DnsServerListCount = 0;
78 DnsServerListCount = DataSize / sizeof (EFI_IPv4_ADDRESS);
115 Dns4CfgData.DnsServerListCount = DnsServerListCount;
248 UINTN DnsServerListCount; local
257 DnsServerListCount = 0;
283 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS);
317 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DDns4.h45 /// DnsServerListCount is zero, the DNS server configuration
48 UINTN DnsServerListCount; member in struct:__anon8998
50 /// Pointer to DNS server list containing DnsServerListCount entries or NULL
316 DnsServerList is NULL while DnsServerListCount
318 DnsServerListCount is ZERO while DnsServerList
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootSupport.c334 UINTN DnsServerListCount; local
339 DnsServerListCount = 0;
365 DnsServerListCount = DataSize / sizeof (EFI_IPv6_ADDRESS);
398 Dns6ConfigData.DnsServerCount = (UINT32)DnsServerListCount;

Completed in 9 milliseconds