OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DnsServerListCount
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpDns.c
45
UINTN
DnsServerListCount
;
54
DnsServerListCount
= 0;
78
DnsServerListCount
= DataSize / sizeof (EFI_IPv4_ADDRESS);
115
Dns4CfgData.
DnsServerListCount
=
DnsServerListCount
;
248
UINTN
DnsServerListCount
;
257
DnsServerListCount
= 0;
283
DnsServerListCount
= DataSize / sizeof (EFI_IPv6_ADDRESS);
317
Dns6ConfigData.DnsServerCount = (UINT32)
DnsServerListCount
;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Dns4.h
45
///
DnsServerListCount
is zero, the DNS server configuration
48
UINTN
DnsServerListCount
;
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/
HttpBootSupport.c
334
UINTN
DnsServerListCount
;
339
DnsServerListCount
= 0;
365
DnsServerListCount
= DataSize / sizeof (EFI_IPv6_ADDRESS);
398
Dns6ConfigData.DnsServerCount = (UINT32)
DnsServerListCount
;
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c
157
DnsServerList is NULL while
DnsServerListCount
is not equal to Zero.
158
DnsServerListCount
is Zero while
DnsServerListCount
is not equal to NULL.
183
(DnsConfigData != NULL && ((DnsConfigData->
DnsServerListCount
!= 0 && DnsConfigData->DnsServerList == NULL) ||
184
(DnsConfigData->
DnsServerListCount
== 0 && DnsConfigData->DnsServerList != NULL)))) {
239
if (DnsConfigData->
DnsServerListCount
== 0 || DnsConfigData->DnsServerList == NULL) {
937
DnsServerList is NULL while
DnsServerListCount
is not equal to Zero.
938
DnsServerListCount
is Zero while DnsServerList is not equal to NULL.
[
all
...]
DnsImpl.c
456
Len = Src->
DnsServerListCount
* sizeof (EFI_IPv4_ADDRESS);
463
for (Index = 0; Index < Src->
DnsServerListCount
; Index++) {
[
all
...]
Completed in 600 milliseconds