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

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UdpIoLib.h 148 LIST_ENTRY SentDatagram; ///< A list of UDP_TX_TOKEN.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 628 InitializeListHead (&UdpIo->SentDatagram);
777 NET_LIST_FOR_EACH_SAFE (Entry, Next, &UdpIo->SentDatagram) {
968 InsertHeadList (&UdpIo->SentDatagram, &TxToken->Link);

Completed in 153 milliseconds