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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 454 PFN_NET_IO_START pfnRxStart; ///< Start a receive on the network
978 PFN_API_RX_START pfnRxStart; ///< Start a network specific receive operation
    [all...]
Socket.c     [all...]
Ip4.c 335 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Receive;
    [all...]
Udp4.c 257 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive;
    [all...]
Udp6.c 235 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Receive;
    [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]

Completed in 312 milliseconds