Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c175 frameOpt->frameType = (FILLP_UINT8)info->frameType; in FillpFrameBuildOption()
176 frameOpt->level = (FILLP_UINT8)info->level; in FillpFrameBuildOption()
178 frameOpt->subSeqNum = (FILLP_UINT8)info->subSeqNum; in FillpFrameBuildOption()
201 frameOpt = (struct FillpFrameDataOption *)option; in FillpFrameParseOption()
204 info.frameType = frameOpt->frameType; in FillpFrameParseOption()
205 info.level = frameOpt->level; in FillpFrameParseOption()
206 info.seqNum = FILLP_NTOHS(frameOpt->seqNum); in FillpFrameParseOption()
207 info.subSeqNum = frameOpt->subSeqNum; in FillpFrameParseOption()
208 info.timestamp = FILLP_NTOHL(frameOpt->txTimestamp); in FillpFrameParseOption()
217 frameItem->fragSize = FILLP_NTOHL(frameOpt->fragSize); in FillpFrameParseOption()
[all …]