• Home
  • Raw
  • Download

Lines Matching refs:localRW

962       if(rw_offset >= psLocalLlcpSocket->localRW)  in Handle_Receive_IFrame()
1059 … if((psLocalLlcpSocket->indexRwWrite - psLocalLlcpSocket->indexRwRead)<psLocalLlcpSocket->localRW) in Handle_Receive_IFrame()
1061 …et->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length == 0) in Handle_Receive_IFrame()
1064 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1065 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1084 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer,psData->… in Handle_Receive_IFrame()
1087 …sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = psData… in Handle_Receive_IFrame()
1092 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length) in Handle_Receive_IFrame()
1096 …pSocket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].buffer, in Handle_Receive_IFrame()
1097 …Socket->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length); in Handle_Receive_IFrame()
1103 …->sSocketRwBufferTable[(psLocalLlcpSocket->indexRwWrite%psLocalLlcpSocket->localRW)].length = 0x00; in Handle_Receive_IFrame()
1670 pLlcpSocket ->localRW = pLlcpSocket->sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK; in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
1673 for(i=0;i<pLlcpSocket->localRW;i++) in phFriNfc_LlcpTransport_ConnectionOriented_Accept()
2330 … if(pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length != 0) in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2333 …t->indexRwRead%pLlcpSocket->localRW)].buffer,pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->index… in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2334 …length = pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2342 … pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length = 0; in phFriNfc_LlcpTransport_ConnectionOriented_Recv()
2405 …ilable < pLlcpSocket->sSocketRwBufferTable[(pLlcpSocket->indexRwRead%pLlcpSocket->localRW)].length) 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()