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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 452 PFN_NET_IO_START pfnRxCancel; ///< Cancel a receive on the network
    [all...]
Ip4.c 333 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel;
    [all...]
Udp4.c 255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel;
    [all...]
Udp6.c 233 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Cancel;
    [all...]
Socket.c 360 cancel routine using ESL_PORT::pfnRxCancel.
    [all...]

Completed in 87 milliseconds