Searched refs:pProtocol (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DUdp4.c254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure;
255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel;
256 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive;
257 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit;
613 pUdp4Protocol = pPort->pProtocol.UDPv4;
H A DSocket.h275 @param [in] pProtocol Protocol structure address
284 IN VOID * pProtocol,
291 @param [in] pProtocol Protocol structure address
300 IN VOID * pProtocol,
368 } pProtocol; ///< Protocol structure address member in struct:_ESL_PORT
H A DTcp4.c471 pTcp4Protocol = pPort->pProtocol.TCPv4;
673 pTcp4Protocol = pPort->pProtocol.TCPv4;
901 pTcp4Protocol = pPort->pProtocol.TCPv4;
921 pTcp4Protocol = pNewPort->pProtocol.TCPv4;
1309 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.TCPv4->Configure;
1310 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.TCPv4->Receive;
1311 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.TCPv4->Transmit;
1458 pTcp4Protocol = pPort->pProtocol.TCPv4;
H A DIp4.c384 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.IPv4->Configure;
385 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel;
386 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Receive;
387 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Transmit;
781 pIp4Protocol = pPort->pProtocol.IPv4;
H A DSocket.c1321 Status = pPort->pfnConfigure ( pPort->pProtocol.v, pConfigData );
1333 Status = pPort->pfnConfigure ( pPort->pProtocol.v, NULL );
3444 &pPort->pProtocol.v,
3457 pPort->pProtocol.v,
3778 if ( NULL != pPort->pProtocol.v ) {
3786 pPort->pProtocol.v,
4614 Status = pPort->pfnRxCancel ( pPort->pProtocol.v,
4965 Status = pPort->pfnRxStart ( pPort->pProtocol.v, &pIo->Token );
5614 Status = pPort->pfnTxStart ( pPort->pProtocol.v,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dbits.idl141 [out,ref] LPWSTR *pProtocol
H A Durlmon.idl1663 IInternetProtocol *pProtocol;
H A Durlmon.h4627 IInternetProtocol *pProtocol; member in struct:_tagPROTOCOLFILTERDATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dbits.idl141 [out,ref] LPWSTR *pProtocol
H A Durlmon.idl1532 IInternetProtocol *pProtocol;
H A Durlmon.h4633 IInternetProtocol *pProtocol; member in struct:_tagPROTOCOLFILTERDATA

Completed in 111 milliseconds