Home | History | Annotate | Download | only in src

Lines Matching refs:localRW

721          pLlcpTransport->pSocketTable[i].localRW                        = 0;
1272 pLlcpTransport->pSocketTable[index].localRW = pLlcpTransport->pSocketTable[index].sSocketOption.rw & PHFRINFC_LLCP_TLV_RW_MASK;
1288 for(cpt=0;cpt<pLlcpTransport->pSocketTable[index].localRW;cpt++)
1317 pLlcpTransport->pSocketTable[index].localRW = psWorkingBuffer->length / (pLlcpTransport->pLlcp->sLocalParams.miu + 1);
1321 pLlcpTransport->pSocketTable[index].localRW = 0;
1324 if (pLlcpTransport->pSocketTable[index].localRW > PHFRINFC_LLCP_RW_MAX)
1326 pLlcpTransport->pSocketTable[index].localRW = PHFRINFC_LLCP_RW_MAX;
1330 for(cpt=0 ; cpt<pLlcpTransport->pSocketTable[index].localRW ; cpt++)