Lines Matching refs:pPort
34 IN ESL_PORT * pPort, in EslUdp4LocalAddressGet() argument
46 pUdp4 = &pPort->Context.Udp4; in EslUdp4LocalAddressGet()
83 IN ESL_PORT * pPort, in EslUdp4LocalAddressSet() argument
104 pPort->pSocket->errno = EADDRNOTAVAIL; in EslUdp4LocalAddressSet()
112 pConfig = &pPort->Context.Udp4.ConfigData; in EslUdp4LocalAddressSet()
143 Status = bBindTest ? EslSocketBindTest ( pPort, EADDRNOTAVAIL ) in EslUdp4LocalAddressSet()
156 pPort, in EslUdp4LocalAddressSet()
233 IN ESL_PORT * pPort, in EslUdp4PortAllocate() argument
246 pSocket = pPort->pSocket; in EslUdp4PortAllocate()
254 pPort->pfnConfigure = (PFN_NET_CONFIGURE)pPort->pProtocol.UDPv4->Configure; in EslUdp4PortAllocate()
255 pPort->pfnRxCancel = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Cancel; in EslUdp4PortAllocate()
256 pPort->pfnRxPoll = (PFN_NET_POLL)pPort->pProtocol.UDPv4->Poll; in EslUdp4PortAllocate()
257 pPort->pfnRxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Receive; in EslUdp4PortAllocate()
258 pPort->pfnTxStart = (PFN_NET_IO_START)pPort->pProtocol.UDPv4->Transmit; in EslUdp4PortAllocate()
263 pConfig = &pPort->Context.Udp4.ConfigData; in EslUdp4PortAllocate()
312 IN ESL_PORT * pPort, in EslUdp4Receive() argument
368 pPort, in EslUdp4Receive()
402 IN ESL_PORT * pPort, in EslUdp4RemoteAddressGet() argument
414 pUdp4 = &pPort->Context.Udp4; in EslUdp4RemoteAddressGet()
445 IN ESL_PORT * pPort, in EslUdp4RemoteAddressSet() argument
459 pUdp4 = &pPort->Context.Udp4; in EslUdp4RemoteAddressSet()
466 pPort->pSocket->bAddressSet = TRUE; in EslUdp4RemoteAddressSet()
573 ESL_PORT * pPort; in EslUdp4SocketIsConfigured() local
609 pPort = pSocket->pPortList; in EslUdp4SocketIsConfigured()
610 while ( NULL != pPort ) { in EslUdp4SocketIsConfigured()
614 pNextPort = pPort->pLinkSocket; in EslUdp4SocketIsConfigured()
615 pUdp4 = &pPort->Context.Udp4; in EslUdp4SocketIsConfigured()
616 pUdp4Protocol = pPort->pProtocol.UDPv4; in EslUdp4SocketIsConfigured()
620 pPort, in EslUdp4SocketIsConfigured()
679 pPort, in EslUdp4SocketIsConfigured()
690 pPort->bConfigured = TRUE; in EslUdp4SocketIsConfigured()
696 EslSocketRxStart ( pPort ); in EslUdp4SocketIsConfigured()
708 pPort = pNextPort; in EslUdp4SocketIsConfigured()
775 ESL_PORT * pPort; in EslUdp4TxBuffer() local
805 pPort = pSocket->pPortList; in EslUdp4TxBuffer()
806 while ( NULL != pPort ) { in EslUdp4TxBuffer()
810 pUdp4 = &pPort->Context.Udp4; in EslUdp4TxBuffer()
907 if ( NULL != pPort->pTxFree ) { in EslUdp4TxBuffer()
909 EslSocketTxStart ( pPort, in EslUdp4TxBuffer()
912 &pPort->pTxActive, in EslUdp4TxBuffer()
913 &pPort->pTxFree ); in EslUdp4TxBuffer()
921 pPort, in EslUdp4TxBuffer()
944 pPort = pPort->pLinkSocket; in EslUdp4TxBuffer()
985 ESL_PORT * pPort; in EslUdp4TxComplete() local
996 pPort = pIo->pPort; in EslUdp4TxComplete()
997 pSocket = pPort->pSocket; in EslUdp4TxComplete()
1012 pPort, in EslUdp4TxComplete()
1027 &pPort->pTxActive, in EslUdp4TxComplete()
1028 &pPort->pTxFree ); in EslUdp4TxComplete()
1047 IN ESL_PORT * pPort, in EslUdp4VerifyLocalIpAddress() argument
1089 pService = pPort->pService; in EslUdp4VerifyLocalIpAddress()