• Home
  • Raw
  • Download

Lines Matching refs:pPort

29   IN ESL_PORT * pPort,  in EslIp4LocalAddressGet()  argument
39 pIp4 = &pPort->Context.Ip4; in EslIp4LocalAddressGet()
73 IN ESL_PORT * pPort, in EslIp4LocalAddressSet() argument
90 pPort->pSocket->errno = EADDRNOTAVAIL; in EslIp4LocalAddressSet()
98 pConfig = &pPort->Context.Ip4.ModeData.ConfigData; in EslIp4LocalAddressSet()
110 pPort, in EslIp4LocalAddressSet()
311 IN ESL_PORT * pPort, in EslIp4PortAllocate() argument
324 pSocket = pPort->pSocket; in EslIp4PortAllocate()
332 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.IPv4->Configure; in EslIp4PortAllocate()
333 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Cancel; in EslIp4PortAllocate()
334 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.IPv4->Poll; in EslIp4PortAllocate()
335 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Receive; in EslIp4PortAllocate()
336 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.IPv4->Transmit; in EslIp4PortAllocate()
341 pConfig = &pPort->Context.Ip4.ModeData.ConfigData; in EslIp4PortAllocate()
399 IN ESL_PORT * pPort, in EslIp4Receive() argument
474 pPort, in EslIp4Receive()
508 IN ESL_PORT * pPort, in EslIp4RemoteAddressGet() argument
520 pIp4 = &pPort->Context.Ip4; in EslIp4RemoteAddressGet()
550 IN ESL_PORT * pPort, in EslIp4RemoteAddressSet() argument
564 pIp4 = &pPort->Context.Ip4; in EslIp4RemoteAddressSet()
570 pPort->pSocket->bAddressSet = TRUE; in EslIp4RemoteAddressSet()
677 ESL_PORT * pPort; in EslIp4SocketIsConfigured() local
713 pPort = pSocket->pPortList; in EslIp4SocketIsConfigured()
714 while ( NULL != pPort ) { in EslIp4SocketIsConfigured()
718 pIp4 = &pPort->Context.Ip4; in EslIp4SocketIsConfigured()
729 pNextPort = pPort->pLinkSocket; in EslIp4SocketIsConfigured()
730 pIp4Protocol = pPort->pProtocol.IPv4; in EslIp4SocketIsConfigured()
733 pPort, in EslIp4SocketIsConfigured()
789 pPort, in EslIp4SocketIsConfigured()
827 pPort->bConfigured = TRUE; in EslIp4SocketIsConfigured()
833 EslSocketRxStart ( pPort ); in EslIp4SocketIsConfigured()
845 pPort = pNextPort; in EslIp4SocketIsConfigured()
912 ESL_PORT * pPort; in EslIp4TxBuffer() local
942 pPort = pSocket->pPortList; in EslIp4TxBuffer()
943 while ( NULL != pPort ) { in EslIp4TxBuffer()
947 pIp4 = &pPort->Context.Ip4; in EslIp4TxBuffer()
1056 if ( NULL != pPort->pTxFree ) { in EslIp4TxBuffer()
1057 EslSocketTxStart ( pPort, in EslIp4TxBuffer()
1060 &pPort->pTxActive, in EslIp4TxBuffer()
1061 &pPort->pTxFree ); in EslIp4TxBuffer()
1069 pPort, in EslIp4TxBuffer()
1092 pPort = pPort->pLinkSocket; in EslIp4TxBuffer()
1133 ESL_PORT * pPort; in EslIp4TxComplete() local
1144 pPort = pIo->pPort; in EslIp4TxComplete()
1145 pSocket = pPort->pSocket; in EslIp4TxComplete()
1160 pPort, in EslIp4TxComplete()
1175 &pPort->pTxActive, in EslIp4TxComplete()
1176 &pPort->pTxFree ); in EslIp4TxComplete()
1195 IN ESL_PORT * pPort, in EslIp4VerifyLocalIpAddress() argument
1237 pService = pPort->pService; in EslIp4VerifyLocalIpAddress()