TianoCore EDK2 master
|
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_IO * | ConnectUdp |
Definition at line 44 of file DnsDriver.h.
UDP_IO* _DNS_SERVICE::ConnectUdp |
Definition at line 62 of file DnsDriver.h.
EFI_HANDLE _DNS_SERVICE::ControllerHandle |
Definition at line 54 of file DnsDriver.h.
LIST_ENTRY _DNS_SERVICE::Dns4ChildrenList |
Definition at line 49 of file DnsDriver.h.
UINT16 _DNS_SERVICE::Dns4ChildrenNum |
Definition at line 48 of file DnsDriver.h.
LIST_ENTRY _DNS_SERVICE::Dns6ChildrenList |
Definition at line 52 of file DnsDriver.h.
UINT16 _DNS_SERVICE::Dns6ChildrenNum |
Definition at line 51 of file DnsDriver.h.
EFI_HANDLE _DNS_SERVICE::ImageHandle |
Definition at line 55 of file DnsDriver.h.
UINT8 _DNS_SERVICE::IpVersion |
Ticking timer for packet retransmission.
Definition at line 61 of file DnsDriver.h.
EFI_SERVICE_BINDING_PROTOCOL _DNS_SERVICE::ServiceBinding |
Definition at line 46 of file DnsDriver.h.
UINT32 _DNS_SERVICE::Signature |
Definition at line 45 of file DnsDriver.h.
EFI_EVENT _DNS_SERVICE::Timer |
Definition at line 59 of file DnsDriver.h.
EFI_EVENT _DNS_SERVICE::TimerToGetMap |
Definition at line 57 of file DnsDriver.h.