Home
last modified time | relevance | path

Searched refs:pfnTxStart (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DSocket.h442 PFN_NET_IO_START pfnTxStart; ///< Start a transmit on the network member
DUdp4.c258 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit; in EslUdp4PortAllocate()
DIp4.c336 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Transmit; in EslIp4PortAllocate()
DUdp6.c236 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Transmit; in EslUdp6PortAllocate()
DTcp4.c1319 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.TCPv4->Transmit; in EslTcp4PortAllocate()
DTcp6.c1370 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.TCPv6->Transmit; in EslTcp6PortAllocate()
DSocket.c5732 Status = pPort->pfnTxStart ( pPort->pProtocol.v, in EslSocketTxStart()