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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp6.c 232 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv6->Configure;
233 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Cancel;
234 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.UDPv6->Poll;
235 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Receive;
236 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv6->Transmit;
609 pUdp6Protocol = pPort->pProtocol.UDPv6;
    [all...]
Socket.h 183 Receive context for SOCK_DGRAM sockets using UDPv6.
193 Transmit context for SOCK_DGRAM sockets using UDPv6.
467 EFI_UDP6_PROTOCOL * UDPv6; ///< UDP6 protocol pointer
474 ESL_UDP6_CONTEXT Udp6; ///< UDPv6 management data
    [all...]

Completed in 141 milliseconds