HomeSort by relevance Sort by last modified time
    Searched refs:UDP_TX_TOKEN (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UdpIoLib.h 99 /// Each transmit request is wrapped in an UDP_TX_TOKEN. Upon completion,
125 } UDP_TX_TOKEN;
148 LIST_ENTRY SentDatagram; ///< A list of UDP_TX_TOKEN.
182 The select function to decide whether to cancel the UDP_TX_TOKEN.
184 @param[in] Token The UDP_TX_TOKEN to decide whether to cancel.
187 @retval TRUE Cancel the UDP_TX_TOKEN.
188 @retval FALSE Do not cancel this UDP_TX_TOKEN.
194 IN UDP_TX_TOKEN *Token,
281 The packet will be wrapped in UDP_TX_TOKEN. Function Callback will be called
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 29 Free a UDP_TX_TOKEN. The TX event is closed.
31 @param[in] TxToken The UDP_TX_TOKEN to release.
36 IN UDP_TX_TOKEN *TxToken
88 UDP_TX_TOKEN *TxToken;
90 TxToken = (UDP_TX_TOKEN *) Context;
411 Wrap a transmit request into a new created UDP_TX_TOKEN.
424 UDP_TX_TOKEN *
434 UDP_TX_TOKEN *TxToken;
447 Size = sizeof (UDP_TX_TOKEN) + sizeof (EFI_UDP4_FRAGMENT_DATA) * (Packet->BlockOpNum - 1);
449 Size = sizeof (UDP_TX_TOKEN) + sizeof (EFI_UDP6_FRAGMENT_DATA) * (Packet->BlockOpNum - 1);
    [all...]

Completed in 126 milliseconds