Home
last modified time | relevance | path

Searched refs:firstPktRxTime (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.c233 frame->info.firstPktRxTime = item->rxTimeStamp; in FillpFrameRxNewFrag()
274 h->curFrame.info.firstPktRxTime = UTILS_MIN(h->curFrame.info.firstPktRxTime, 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.h54 FILLP_LLONG firstPktRxTime; /* rx time of the first pkt of the frame */ member