Home
last modified time | relevance | path

Searched refs:FILLP_ITEM_FLAGS_FIRST_PKT (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.c103 if (UTILS_FLAGS_CHECK(item->flags, FILLP_ITEM_FLAGS_FIRST_PKT)) { in FillpFrameAddItem()
224 UTILS_FLAGS_SET(item->flags, (FILLP_UINT32)frameOpt->bitMap | FILLP_ITEM_FLAGS_FIRST_PKT); in FillpFrameParseOption()
301 … if (item->frame != FILLP_NULL_PTR && UTILS_FLAGS_CHECK(item->flags, FILLP_ITEM_FLAGS_FIRST_PKT)) { in FillpFrameRx()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h78 #define FILLP_ITEM_FLAGS_FIRST_PKT 0x00000200 macro
83 …LP_ITEM_FLAGS_FIRST_PKT_FOR_CAL_COST (FILLP_ITEM_FLAGS_APP_LARGE_DATA | FILLP_ITEM_FLAGS_FIRST_PKT)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c423 UTILS_FLAGS_SET(item->flags, FILLP_ITEM_FLAGS_FIRST_PKT); in SockSendMsgSetItem()
434 FILLP_BOOL isFirstPkt = UTILS_FLAGS_CHECK(item->flags, FILLP_ITEM_FLAGS_FIRST_PKT); in SockItemSetFrameInfo()