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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c 36 | ::ESL_SOCKET |-->| ::ESL_PORT |-->| ESL_PORT |--> NULL (pLinkSocket)
    [all...]
Tcp4.c 297 pPort = pPort->pLinkSocket;
304 pNextPort = pPort->pLinkSocket;
765 pNextPort = pPort->pLinkSocket;
    [all...]
Ip4.c 729 pNextPort = pPort->pLinkSocket;
    [all...]
Udp4.c 614 pNextPort = pPort->pLinkSocket;
944 pPort = pPort->pLinkSocket;
    [all...]
Udp6.c 607 pNextPort = pPort->pLinkSocket;
996 pPort = pPort->pLinkSocket;
    [all...]
Tcp6.c 315 pPort = pPort->pLinkSocket;
322 pNextPort = pPort->pLinkSocket;
796 pNextPort = pPort->pLinkSocket;
    [all...]
Socket.h 414 ESL_PORT * pLinkSocket; ///< Link in socket port list
    [all...]

Completed in 284 milliseconds