Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h36 FILLP_UINT32 txTimestamp; /* tx timestamp of the frame in struct FrameInfo */ member
53 FILLP_UINT32 txTimestamp; /* tx timestamp of the frame in struct FrameInfo */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c181 frameOpt->txTimestamp = FILLP_HTONL((FILLP_UINT32)info->timestamp); in FillpFrameBuildOption()
208 info.timestamp = FILLP_NTOHL(frameOpt->txTimestamp); in FillpFrameParseOption()
240 frame->info.txTimestamp = (FILLP_UINT32)item->frame->info.timestamp; in FillpFrameRxNewFrag()