Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching defs:pSocketProtocol

21   @param[in] pSocketProtocol   Socket protocol structure address

30 IN EFI_SOCKET_PROTOCOL * pSocketProtocol,
39 Status = pSocketProtocol->pfnCloseStart ( pSocketProtocol,
47 Status = pSocketProtocol->pfnClosePoll ( pSocketProtocol,
54 *pErrno = EslServiceFreeProtocol ( pSocketProtocol );
90 EFI_SOCKET_PROTOCOL * pSocketProtocol;
95 pSocketProtocol = BslValidateSocketFd ( pDescriptor, &errno );
96 if ( NULL != pSocketProtocol ) {
100 BslSocketCloseWork ( pSocketProtocol, &errno );