Searched refs:sLen (Results 1 – 1 of 1) sorted by relevance
438 uint8_t sLen; member17406 if (pTlv->sLen == 2) { in unpack_tlv_core()17479 if (len + (pTlv->sType + pTlv->sLen) < pTlv->minSize - npec) { in unpack_tlv_core()17489 if (nBufRemaining < pTlv->minSize - npec - (pTlv->sType + pTlv->sLen)) { in unpack_tlv_core()17498 } else if (len > pTlv->maxSize - npec - (pTlv->sType + pTlv->sLen)) { in unpack_tlv_core()17993 FRAMES_DUMP(pCtx, FRLOG3, pBufRemaining - (pTlv->sType + pTlv->sLen), len); in unpack_tlv_core()21027 *pnNeeded += (pTlv->sType + pTlv->sLen); in get_packed_size_tlv_core()