Searched refs:lengthToSplit (Results 1 – 1 of 1) sorted by relevance
307 …uint32_t lengthToSplit = frameBytesLen.second - sizeof(CommPhyHeader); // The former is always lar… in SplitFrameIntoPacketsIfNeed() local312 uint16_t quotient = lengthToSplit / maxFragmentLen; in SplitFrameIntoPacketsIfNeed()313 uint32_t remainder = lengthToSplit % maxFragmentLen; in SplitFrameIntoPacketsIfNeed()318 …o fragInfo = {inBuff->GetOringinalAddr(), inBuff->GetExtendHeadLength(), lengthToSplit, fragCount}; in SplitFrameIntoPacketsIfNeed()