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

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 262 PKT_SENT_NOTIFY PktSentNotify; ///< See IP_IO_OPEN_DATA::PktSentNotify.
275 PKT_SENT_NOTIFY PktSentNotify; ///< Send callback.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 853 if ((IpIo->PktSentNotify != NULL) && (SndEntry->NotifyData != NULL)) {
854 IpIo->PktSentNotify (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 307 OpenData.PktSentNotify = Udp4DgramSent;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 321 OpenData.PktSentNotify = Udp6DgramSent;
    [all...]

Completed in 328 milliseconds