Data Fields | |
UINT32 | Signature |
EFI_HANDLE | Handle |
LIST_ENTRY | Link |
EFI_MTFTP6_PROTOCOL | Mtftp6 |
MTFTP6_SERVICE * | Service |
EFI_MTFTP6_CONFIG_DATA * | Config |
EFI_MTFTP6_TOKEN * | Token |
MTFTP6_EXT_OPTION_INFO | ExtInfo |
UINT16 | BlkSize |
UINT16 | LastBlk |
LIST_ENTRY | BlkList |
EFI_IPv6_ADDRESS | ServerIp |
UINT16 | ServerCmdPort |
UINT16 | ServerDataPort |
UDP_IO * | UdpIo |
EFI_IPv6_ADDRESS | McastIp |
UINT16 | McastPort |
UDP_IO * | McastUdpIo |
NET_BUF * | LastPacket |
UINT32 | CurRetry |
UINT32 | MaxRetry |
UINT32 | PacketToLive |
UINT32 | Timeout |
EFI_TPL | OldTpl |
BOOLEAN | IsTransmitted |
BOOLEAN | IsMaster |
BOOLEAN | InDestroy |
LIST_ENTRY _MTFTP6_INSTANCE::BlkList |
Referenced by Mtftp6CreateInstance().
UINT16 _MTFTP6_INSTANCE::BlkSize |
Referenced by Mtftp6OperationStart(), and Mtftp6RrqInput().
EFI_MTFTP6_CONFIG_DATA* _MTFTP6_INSTANCE::Config |
Referenced by EfiMtftp6Configure(), EfiMtftp6GetModeData(), EfiMtftp6Poll(), and Mtftp6OperationStart().
UINT32 _MTFTP6_INSTANCE::CurRetry |
Referenced by Mtftp6OnTimerTick().
EFI_HANDLE _MTFTP6_INSTANCE::Handle |
BOOLEAN _MTFTP6_INSTANCE::InDestroy |
Referenced by Mtftp6CreateInstance(), and Mtftp6ServiceBindingDestroyChild().
BOOLEAN _MTFTP6_INSTANCE::IsMaster |
Referenced by Mtftp6OperationStart().
BOOLEAN _MTFTP6_INSTANCE::IsTransmitted |
UINT16 _MTFTP6_INSTANCE::LastBlk |
NET_BUF* _MTFTP6_INSTANCE::LastPacket |
Referenced by Mtftp6OnTimerTick().
LIST_ENTRY _MTFTP6_INSTANCE::Link |
Referenced by Mtftp6CreateInstance(), Mtftp6ServiceBindingCreateChild(), and Mtftp6ServiceBindingDestroyChild().
UINT32 _MTFTP6_INSTANCE::MaxRetry |
Referenced by Mtftp6OnTimerTick(), and Mtftp6OperationStart().
EFI_IPv6_ADDRESS _MTFTP6_INSTANCE::McastIp |
Referenced by Mtftp6RrqConfigMcastUdpIo(), and Mtftp6RrqInput().
UINT16 _MTFTP6_INSTANCE::McastPort |
Referenced by Mtftp6RrqConfigMcastUdpIo().
UDP_IO* _MTFTP6_INSTANCE::McastUdpIo |
Referenced by Mtftp6RrqInput(), and Mtftp6ServiceBindingDestroyChild().
EFI_MTFTP6_PROTOCOL _MTFTP6_INSTANCE::Mtftp6 |
Referenced by Mtftp6CreateInstance(), Mtftp6OnTimerTick(), Mtftp6RrqInput(), Mtftp6ServiceBindingCreateChild(), and Mtftp6WrqInput().
EFI_TPL _MTFTP6_INSTANCE::OldTpl |
Referenced by Mtftp6OperationStart().
Referenced by Mtftp6OnTimerTick().
Referenced by Mtftp6OperationStart().
Referenced by Mtftp6OperationStart(), Mtftp6RrqInput(), and Mtftp6WrqInput().
EFI_IPv6_ADDRESS _MTFTP6_INSTANCE::ServerIp |
Referenced by Mtftp6OperationStart(), and Mtftp6RrqConfigMcastUdpIo().
Referenced by EfiMtftp6Configure(), Mtftp6CreateInstance(), and Mtftp6ServiceBindingDestroyChild().
UINT32 _MTFTP6_INSTANCE::Signature |
Referenced by Mtftp6CreateInstance().
UINT32 _MTFTP6_INSTANCE::Timeout |
Referenced by Mtftp6OperationStart().
EFI_MTFTP6_TOKEN* _MTFTP6_INSTANCE::Token |
Referenced by Mtftp6OnTimerTick(), Mtftp6OperationStart(), Mtftp6RrqInput(), and Mtftp6WrqInput().
UDP_IO* _MTFTP6_INSTANCE::UdpIo |
Referenced by EfiMtftp6Configure(), EfiMtftp6Poll(), Mtftp6RrqInput(), Mtftp6ServiceBindingDestroyChild(), and Mtftp6WrqInput().