Home
last modified time | relevance | path

Searched refs:lastPktRxTime (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.c234 frame->info.lastPktRxTime = item->rxTimeStamp; in FillpFrameRxNewFrag()
275 h->curFrame.info.lastPktRxTime = UTILS_MAX(h->curFrame.info.lastPktRxTime, item->rxTimeStamp); in FillpFrameRxUpdateAndNotify()
284 h->curFrame.info.firstPktRxTime, h->curFrame.info.lastPktRxTime); in FillpFrameRxUpdateAndNotify()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h55 FILLP_LLONG lastPktRxTime; /* rx time of the last pkt of the frame */ member