Data Fields | |
UINT32 | Signature |
EFI_HANDLE | Handle |
DHCP6_SERVICE * | Service |
LIST_ENTRY | Link |
EFI_DHCP6_PROTOCOL | Dhcp6 |
EFI_EVENT | Timer |
EFI_DHCP6_CONFIG_DATA * | Config |
EFI_DHCP6_IA * | CacheIa |
DHCP6_IA_CB | IaCb |
LIST_ENTRY | TxList |
LIST_ENTRY | InfList |
EFI_DHCP6_PACKET * | AdSelect |
UINT8 | AdPref |
EFI_IPv6_ADDRESS * | Unicast |
volatile EFI_STATUS | UdpSts |
BOOLEAN | InDestroy |
BOOLEAN | MediaPresent |
UINT64 | StartTime |
UINT8 _DHCP6_INSTANCE::AdPref |
Referenced by Dhcp6OnTimerTick().
EFI_DHCP6_PACKET* _DHCP6_INSTANCE::AdSelect |
Referenced by Dhcp6OnTimerTick().
EFI_DHCP6_IA* _DHCP6_INSTANCE::CacheIa |
EFI_DHCP6_CONFIG_DATA* _DHCP6_INSTANCE::Config |
EFI_DHCP6_PROTOCOL _DHCP6_INSTANCE::Dhcp6 |
Referenced by Dhcp6CreateInstance(), and Dhcp6ServiceBindingCreateChild().
EFI_HANDLE _DHCP6_INSTANCE::Handle |
Referenced by Dhcp6DestroyChildEntry(), and Dhcp6ServiceBindingCreateChild().
BOOLEAN _DHCP6_INSTANCE::InDestroy |
Referenced by Dhcp6CreateInstance(), and Dhcp6ServiceBindingDestroyChild().
LIST_ENTRY _DHCP6_INSTANCE::InfList |
Referenced by Dhcp6CreateInstance().
LIST_ENTRY _DHCP6_INSTANCE::Link |
Referenced by Dhcp6ServiceBindingCreateChild(), and Dhcp6ServiceBindingDestroyChild().
BOOLEAN _DHCP6_INSTANCE::MediaPresent |
Referenced by Dhcp6CreateInstance().
UINT32 _DHCP6_INSTANCE::Signature |
Referenced by Dhcp6CreateInstance().
UINT64 _DHCP6_INSTANCE::StartTime |
EFI_EVENT _DHCP6_INSTANCE::Timer |
Referenced by Dhcp6CreateInstance(), and Dhcp6ServiceBindingCreateChild().
LIST_ENTRY _DHCP6_INSTANCE::TxList |
Referenced by Dhcp6CreateInstance(), Dhcp6OnTimerTick(), and Dhcp6ReceivePacket().
volatile EFI_STATUS _DHCP6_INSTANCE::UdpSts |
EFI_IPv6_ADDRESS* _DHCP6_INSTANCE::Unicast |