Home
last modified time | relevance | path

Searched refs:rxStarted (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.c213 h->curFrame.rxStarted = FILLP_FALSE; in FillpFrameParseOption()
231 frame->rxStarted = FILLP_TRUE; in FillpFrameRxNewFrag()
243 if (!frame->rxStarted) { in FillpFrameRxNewFrag()
290 h->curFrame.rxStarted = FILLP_FALSE; in FillpFrameRxUpdateAndNotify()
305 if (!h->curFrame.rxStarted) { in FillpFrameRx()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h61 FILLP_BOOL rxStarted; /* first pkt of the first fragment has been received */ member