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 |
UDP_IO* _DNS_SERVICE::ConnectUdp |
EFI_HANDLE _DNS_SERVICE::ControllerHandle |
Referenced by Dns6Configure(), and DnsCreateService().
LIST_ENTRY _DNS_SERVICE::Dns4ChildrenList |
Referenced by Dns4DriverBindingStop(), Dns4ServiceBindingCreateChild(), DnsCreateService(), and DnsOnTimerRetransmit().
Referenced by Dns4ServiceBindingCreateChild(), Dns4ServiceBindingDestroyChild(), and DnsCreateService().
LIST_ENTRY _DNS_SERVICE::Dns6ChildrenList |
Referenced by Dns6DriverBindingStop(), Dns6ServiceBindingCreateChild(), DnsCreateService(), and DnsOnTimerRetransmit().
Referenced by Dns6ServiceBindingCreateChild(), Dns6ServiceBindingDestroyChild(), and DnsCreateService().
EFI_HANDLE _DNS_SERVICE::ImageHandle |
Referenced by Dns6Configure(), and DnsCreateService().
UINT8 _DNS_SERVICE::IpVersion |
Ticking timer for packet retransmission.
Referenced by DnsCreateService(), DnsOnPacketSent(), and DnsOnTimerRetransmit().
EFI_SERVICE_BINDING_PROTOCOL _DNS_SERVICE::ServiceBinding |
Referenced by Dns4DriverBindingStart(), Dns6DriverBindingStart(), and DnsCreateService().
UINT32 _DNS_SERVICE::Signature |
Referenced by DnsCreateService().
EFI_EVENT _DNS_SERVICE::Timer |
Referenced by Dns4DriverBindingStart(), Dns6DriverBindingStart(), and DnsCreateService().
EFI_EVENT _DNS_SERVICE::TimerToGetMap |
Referenced by Dns4GetMapping(), Dns6GetMapping(), and DnsCreateService().