Home
last modified time | relevance | path

Searched refs:numSegments (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_buffer.cpp784 uint8_t numSegments; in OutFrameRemove() local
787 OT_UNUSED_VARIABLE(numSegments); in OutFrameRemove()
799 numSegments = 0; in OutFrameRemove()
833 numSegments++; in OutFrameRemove()
837 assert(numSegments <= kMaxSegments); in OutFrameRemove()
884 uint8_t numSegments; in OutFrameGetLength() local
889 OT_UNUSED_VARIABLE(numSegments); in OutFrameGetLength()
901 numSegments = 0; in OutFrameGetLength()
938 numSegments++; in OutFrameGetLength()
942 assert(numSegments <= kMaxSegments); in OutFrameGetLength()