Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c232 frame->lastFragRecvd = FILLP_FALSE; in FillpFrameRxNewFrag()
252 frame->lastFragRecvd = FILLP_TRUE; in FillpFrameRxNewFrag()
279 if (h->curFrame.lastFragRecvd) { in FillpFrameRxUpdateAndNotify()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h62 FILLP_BOOL lastFragRecvd; /* the last fragment has been received */ member