Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:pLinkSocket

36                 | ::ESL_SOCKET  |-->| ::ESL_PORT  |-->|   ESL_PORT  |--> NULL (pLinkSocket)

1524 pNextPort = pPort->pLinkSocket;
1700 pPort = pPort->pLinkSocket;
2243 if (( NULL != pPort ) && ( NULL == pPort->pLinkSocket )) {
3659 pPort->pLinkSocket = pSocket->pPortList;
3773 pSocket->pPortList = pPort->pLinkSocket;
3780 && ( pPreviousPort->pLinkSocket != pPort )) {
3781 pPreviousPort = pPreviousPort->pLinkSocket;
3787 pPreviousPort->pLinkSocket = pPort->pLinkSocket;
4975 pPort = pPort->pLinkSocket;
5251 pPort = pPort->pLinkSocket;