Lines Matching refs:sSocketRwBufferTable
1061 …if(psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->loc… in Handle_Receive_IFrame()
1064 …memcpy(psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket-… in Handle_Receive_IFrame()
1065 …psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localR… in Handle_Receive_IFrame()
1084 …memcpy(psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket-… in Handle_Receive_IFrame()
1087 …psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localR… in Handle_Receive_IFrame()
1092 …if(dataLengthAvailable >= psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite… in Handle_Receive_IFrame()
1096 …psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localR… in Handle_Receive_IFrame()
1097 …psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localR… in Handle_Receive_IFrame()
1103 …psLocalLlcpSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localR… in Handle_Receive_IFrame()
1675 …pLlcpSocket->sSocketRwBufferTable[i].buffer = psWorkingBuffer->buffer + (i*pLlcpSocket->sSocketOpt… in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1676 pLlcpSocket->sSocketRwBufferTable[i].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
2330 … if(pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2333 …>buffer,pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].buffer,… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2334 …psBuffer->length = pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localR… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2342 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2405 …if(dataLengthAvailable < pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2412 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].buffer, in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2413 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length); in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2421 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()