Home | History | Annotate | Download | only in src

Lines Matching refs:lto

273       /* No data is coming before LTO, disconnecting */
378 sParams.lto = PHFRINFC_LLCP_LTO_DEFAULT;
435 /* Error : Ill-formed LTO parameter TLV */
438 /* Get LTO */
439 sParams.lto = sValueBuffer.buffer[0];
558 /* Initiate Symmetry procedure by resetting LTO timer */
739 /* Response must be received before LTO announced by remote peer */
740 nDuration = Llcp->sRemoteParams.lto * 10;
754 /* Must answer before the local announced LTO */
755 /* NOTE: to ensure the answer is completely sent before LTO, the
756 timer is triggered _before_ LTO expiration */
758 nDuration = (Llcp->sLocalParams.lto * 10) / 2;
787 /* Nothing to do, the LTO is handled upon all packet reception */
1026 /* Handle Symmetry procedure by resetting LTO timer */
1190 /* Encode LTO field, if needed */
1193 if (psLinkParams->lto != PHFRINFC_LLCP_LTO_DEFAULT)
1200 &psLinkParams->lto);