TianoCore EDK2 master
|
Data Fields | |
UINT32 | Signature |
LIST_ENTRY | Link |
UDP_IO * | UdpIo |
UDP_IO_CALLBACK | CallBack |
NET_BUF * | Packet |
VOID * | Context |
EFI_IPv4_ADDRESS | Gateway |
UDP_SESSION_DATA | Session |
UDP_COMPLETION_TOKEN | Token |
UDP_TRANSMIT_DATA | Data |
Definition at line 106 of file UdpIoLib.h.
UDP_IO_CALLBACK UDP_TX_TOKEN::CallBack |
Definition at line 110 of file UdpIoLib.h.
VOID* UDP_TX_TOKEN::Context |
Definition at line 112 of file UdpIoLib.h.
UDP_TRANSMIT_DATA UDP_TX_TOKEN::Data |
Definition at line 116 of file UdpIoLib.h.
EFI_IPv4_ADDRESS UDP_TX_TOKEN::Gateway |
Definition at line 113 of file UdpIoLib.h.
LIST_ENTRY UDP_TX_TOKEN::Link |
Definition at line 108 of file UdpIoLib.h.
NET_BUF* UDP_TX_TOKEN::Packet |
Definition at line 111 of file UdpIoLib.h.
UDP_SESSION_DATA UDP_TX_TOKEN::Session |
Definition at line 114 of file UdpIoLib.h.
UINT32 UDP_TX_TOKEN::Signature |
Definition at line 107 of file UdpIoLib.h.
UDP_COMPLETION_TOKEN UDP_TX_TOKEN::Token |
Definition at line 115 of file UdpIoLib.h.
UDP_IO* UDP_TX_TOKEN::UdpIo |
Definition at line 109 of file UdpIoLib.h.