TianoCore EDK2 master
|
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 |
Definition at line 222 of file Dhcp6Impl.h.
UINT16* _DHCP6_TX_CB::Elapsed |
Definition at line 231 of file Dhcp6Impl.h.
LIST_ENTRY _DHCP6_TX_CB::Link |
Definition at line 223 of file Dhcp6Impl.h.
UINT32 _DHCP6_TX_CB::RetryCnt |
Definition at line 227 of file Dhcp6Impl.h.
EFI_DHCP6_RETRANSMISSION _DHCP6_TX_CB::RetryCtl |
Definition at line 226 of file Dhcp6Impl.h.
UINT32 _DHCP6_TX_CB::RetryExp |
Definition at line 228 of file Dhcp6Impl.h.
UINT32 _DHCP6_TX_CB::RetryLos |
Definition at line 229 of file Dhcp6Impl.h.
BOOLEAN _DHCP6_TX_CB::SolicitRetry |
Definition at line 232 of file Dhcp6Impl.h.
UINT32 _DHCP6_TX_CB::TickTime |
Definition at line 230 of file Dhcp6Impl.h.
EFI_DHCP6_PACKET* _DHCP6_TX_CB::TxPacket |
Definition at line 225 of file Dhcp6Impl.h.
UINT32 _DHCP6_TX_CB::Xid |
Definition at line 224 of file Dhcp6Impl.h.