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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 381 (EFIAPI * PFN_NET_IO_START) (
442 PFN_NET_IO_START pfnTxStart; ///< Start a transmit on the network
452 PFN_NET_IO_START pfnRxCancel; ///< Cancel a receive on the network
454 PFN_NET_IO_START pfnRxStart; ///< Start a receive on the network
    [all...]
Ip4.c 333 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel;
335 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Receive;
336 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Transmit;
    [all...]
Udp4.c 255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel;
257 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive;
258 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit;
    [all...]
Udp6.c 233 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Cancel;
235 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Receive;
236 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Transmit;
    [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]

Completed in 263 milliseconds