Data Fields | |
LIST_ENTRY | Link |
UINT32 | Xid |
EFI_DHCP6_PACKET * | TxPacket |
EFI_DHCP6_RETRANSMISSION | RetryCtl |
UINT32 | RetryCnt |
UINT32 | RetryExp |
UINT32 | RetryLos |
UINT32 | TickTime |
UINT16 * | Elapsed |
BOOLEAN | SolicitRetry |
UINT16* _DHCP6_TX_CB::Elapsed |
Referenced by Dhcp6EnqueueRetry(), and Dhcp6OnTimerTick().
LIST_ENTRY _DHCP6_TX_CB::Link |
Referenced by Dhcp6CleanupRetry(), Dhcp6DequeueRetry(), and Dhcp6EnqueueRetry().
UINT32 _DHCP6_TX_CB::RetryCnt |
Referenced by Dhcp6OnTimerTick().
EFI_DHCP6_RETRANSMISSION _DHCP6_TX_CB::RetryCtl |
Referenced by Dhcp6EnqueueRetry(), and Dhcp6OnTimerTick().
UINT32 _DHCP6_TX_CB::RetryExp |
Referenced by Dhcp6EnqueueRetry(), and Dhcp6OnTimerTick().
UINT32 _DHCP6_TX_CB::RetryLos |
Referenced by Dhcp6OnTimerTick().
BOOLEAN _DHCP6_TX_CB::SolicitRetry |
Referenced by Dhcp6OnTimerTick().
UINT32 _DHCP6_TX_CB::TickTime |
Referenced by Dhcp6OnTimerTick().
EFI_DHCP6_PACKET* _DHCP6_TX_CB::TxPacket |
Referenced by Dhcp6CleanupRetry(), Dhcp6DequeueRetry(), Dhcp6EnqueueRetry(), Dhcp6OnTimerTick(), and Dhcp6ReceivePacket().
UINT32 _DHCP6_TX_CB::Xid |
Referenced by Dhcp6DequeueRetry(), Dhcp6EnqueueRetry(), Dhcp6OnTimerTick(), and Dhcp6ReceivePacket().