Home
last modified time | relevance | path

Searched refs:pfnRxCancel (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h452 PFN_NET_IO_START pfnRxCancel; ///< Cancel a receive on the network member
DUdp4.c255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel; in EslUdp4PortAllocate()
DIp4.c333 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel; in EslIp4PortAllocate()
DUdp6.c233 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Cancel; in EslUdp6PortAllocate()
DSocket.c3998 if ( NULL != pPort->pfnRxCancel ) { in EslSocketPortCloseComplete()
4707 Status = pPort->pfnRxCancel ( pPort->pProtocol.v, in EslSocketRxCancel()