Data Fields | |
EFI_HANDLE | ImageHandle |
EFI_HANDLE | NicHandle |
EFI_HANDLE | Ip6ChildHandle |
EFI_IP6_PROTOCOL * | Ip6 |
EFI_EVENT | Timer |
EFI_STATUS | Status |
LIST_ENTRY | TxList |
EFI_IP6_COMPLETION_TOKEN | RxToken |
UINT16 | RxCount |
UINT16 | TxCount |
UINT64 | RttSum |
UINT64 | RttMin |
UINT64 | RttMax |
UINT32 | SequenceNum |
EFI_IPv6_ADDRESS | SrcAddress |
EFI_IPv6_ADDRESS | DstAddress |
UINT32 | SendNum |
UINT32 | BufferSize |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
EFI_IPv6_ADDRESS _PING6_PRIVATE_DATA::DstAddress |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
EFI_HANDLE _PING6_PRIVATE_DATA::ImageHandle |
Referenced by Ping6().
EFI_IP6_PROTOCOL* _PING6_PRIVATE_DATA::Ip6 |
Referenced by Ping6(), Ping6OnEchoReplyReceived(), and Ping6OnTimerRoutine().
EFI_HANDLE _PING6_PRIVATE_DATA::Ip6ChildHandle |
Referenced by Ping6().
EFI_HANDLE _PING6_PRIVATE_DATA::NicHandle |
UINT64 _PING6_PRIVATE_DATA::RttMax |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
UINT64 _PING6_PRIVATE_DATA::RttMin |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
UINT64 _PING6_PRIVATE_DATA::RttSum |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
UINT16 _PING6_PRIVATE_DATA::RxCount |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
EFI_IP6_COMPLETION_TOKEN _PING6_PRIVATE_DATA::RxToken |
Referenced by Ping6(), and Ping6OnEchoReplyReceived().
UINT32 _PING6_PRIVATE_DATA::SendNum |
Referenced by Ping6(), Ping6OnEchoReplyReceived(), and Ping6OnTimerRoutine().
EFI_IPv6_ADDRESS _PING6_PRIVATE_DATA::SrcAddress |
Referenced by Ping6().
EFI_STATUS _PING6_PRIVATE_DATA::Status |
Referenced by Ping6(), Ping6OnEchoReplyReceived(), and Ping6OnTimerRoutine().
EFI_EVENT _PING6_PRIVATE_DATA::Timer |
Referenced by Ping6().
UINT16 _PING6_PRIVATE_DATA::TxCount |
Referenced by Ping6(), and Ping6OnTimerRoutine().
LIST_ENTRY _PING6_PRIVATE_DATA::TxList |
Referenced by Ping6(), and Ping6OnTimerRoutine().