Home
last modified time | relevance | path

Searched refs:fragCnt (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.c135 h->curFrame.info.fragCnt = 1; in FillpFrameTxInitItem()
138 h->curFrame.info.fragCnt++; in FillpFrameTxInitItem()
236 frame->info.fragCnt = 0; in FillpFrameRxNewFrag()
249 frame->info.fragCnt++; in FillpFrameRxNewFrag()
283 h->curFrame.info.size, h->curFrame.info.fragCnt, h->curFrame.info.totalItemCnt, in FillpFrameRxUpdateAndNotify()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h51 FILLP_UINT32 fragCnt; /* fragment count of the frame */ member