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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Udp4.c 223 running the UDPv4 protocol.
254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure;
255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel;
256 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.UDPv4->Poll;
257 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive;
258 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit;
393 the UDPv4 address and port number associated with the network adapter.
480 This routine keeps the UDPv4 driver's buffer and queues it in
485 This routine is called by the UDPv4 driver when data is
616 pUdp4Protocol = pPort->pProtocol.UDPv4;
    [all...]
Socket.h 161 Receive context for SOCK_DGRAM sockets using UDPv4.
171 Transmit context for SOCK_DGRAM sockets using UDPv4.
466 EFI_UDP4_PROTOCOL * UDPv4; ///< UDP4 protocol pointer
473 ESL_UDP4_CONTEXT Udp4; ///< UDPv4 management data
    [all...]

Completed in 53 milliseconds