Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c40 if (frameItem != FILLP_NULL_PTR) { in FillpFrameItemPut()
54 if (frameItem == FILLP_NULL_PTR) { in FillpFrameItemAlloc()
57 frameItem->info = *frame; in FillpFrameItemAlloc()
59 FillpFrameItemHold(frameItem); in FillpFrameItemAlloc()
64 return frameItem; in FillpFrameItemAlloc()
69 if (frameItem != FILLP_NULL_PTR) { in FillpFrameItemReference()
70 FillpFrameItemHold(frameItem); in FillpFrameItemReference()
71 item->frame = frameItem; in FillpFrameItemReference()
211 if (frameItem == FILLP_NULL_PTR) { in FillpFrameParseOption()
219 frameItem->info.seqNum, frameItem->info.subSeqNum, frameItem->fragSize, in FillpFrameParseOption()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_frame.h107 void FillpFrameItemPut(struct FillpFrameItem *frameItem);
109 void FillpFrameItemReference(struct FillpPcbItem *item, struct FillpFrameItem *frameItem);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c432 FILLP_CONST struct FrameInfo *frame, struct FillpFrameItem *frameItem, FILLP_INT bufLen) in SockItemSetFrameInfo() argument
435 FillpFrameItemReference(item, frameItem); in SockItemSetFrameInfo()
437 if (frameItem == FILLP_NULL_PTR) { in SockItemSetFrameInfo()
475 struct FillpFrameItem *frameItem = FillpFrameItemAlloc(frame); in SockSendmsgDataToBufCache() local
491 SockItemSetFrameInfo(item, sock, frame, frameItem, bufLen); in SockSendmsgDataToBufCache()
512 FillpFrameItemPut(frameItem); in SockSendmsgDataToBufCache()