TianoCore EDK2 master
Loading...
Searching...
No Matches
_DNS_SERVICE Struct Reference

Data Fields

UINT32 Signature
 
EFI_SERVICE_BINDING_PROTOCOL ServiceBinding
 
UINT16 Dns4ChildrenNum
 
LIST_ENTRY Dns4ChildrenList
 
UINT16 Dns6ChildrenNum
 
LIST_ENTRY Dns6ChildrenList
 
EFI_HANDLE ControllerHandle
 
EFI_HANDLE ImageHandle
 
EFI_EVENT TimerToGetMap
 
EFI_EVENT Timer
 
UINT8 IpVersion
 Ticking timer for packet retransmission.
 
UDP_IOConnectUdp
 

Detailed Description

Definition at line 44 of file DnsDriver.h.

Field Documentation

◆ ConnectUdp

UDP_IO* _DNS_SERVICE::ConnectUdp

Definition at line 62 of file DnsDriver.h.

◆ ControllerHandle

EFI_HANDLE _DNS_SERVICE::ControllerHandle

Definition at line 54 of file DnsDriver.h.

◆ Dns4ChildrenList

LIST_ENTRY _DNS_SERVICE::Dns4ChildrenList

Definition at line 49 of file DnsDriver.h.

◆ Dns4ChildrenNum

UINT16 _DNS_SERVICE::Dns4ChildrenNum

Definition at line 48 of file DnsDriver.h.

◆ Dns6ChildrenList

LIST_ENTRY _DNS_SERVICE::Dns6ChildrenList

Definition at line 52 of file DnsDriver.h.

◆ Dns6ChildrenNum

UINT16 _DNS_SERVICE::Dns6ChildrenNum

Definition at line 51 of file DnsDriver.h.

◆ ImageHandle

EFI_HANDLE _DNS_SERVICE::ImageHandle

Definition at line 55 of file DnsDriver.h.

◆ IpVersion

UINT8 _DNS_SERVICE::IpVersion

Ticking timer for packet retransmission.

Definition at line 61 of file DnsDriver.h.

◆ ServiceBinding

EFI_SERVICE_BINDING_PROTOCOL _DNS_SERVICE::ServiceBinding

Definition at line 46 of file DnsDriver.h.

◆ Signature

UINT32 _DNS_SERVICE::Signature

Definition at line 45 of file DnsDriver.h.

◆ Timer

EFI_EVENT _DNS_SERVICE::Timer

Definition at line 59 of file DnsDriver.h.

◆ TimerToGetMap

EFI_EVENT _DNS_SERVICE::TimerToGetMap

Definition at line 57 of file DnsDriver.h.


The documentation for this struct was generated from the following file: