Searched defs:ToCancel (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c729 Cancel all the sent datagram that pass the selection criteria of ToCancel.
730 If ToCancel is NULL, all the datagrams are cancelled.
734 @param[in] ToCancel The select funtion to test whether to cancel this
736 @param[in] Context The opaque parameter to the ToCancel.
744 IN UDP_IO_TO_CANCEL ToCancel, OPTIONAL
758 if ((ToCancel == NULL) || (ToCancel (TxToken, Context))) {
741 UdpIoCancelDgrams( IN UDP_IO *UdpIo, IN EFI_STATUS IoStatus, IN UDP_IO_TO_CANCEL ToCancel, OPTIONAL IN VOID *Context ) argument

Completed in 35 milliseconds