Home
last modified time | relevance | path

Searched refs:FILLP_OPT_FLAG_FRAME_INFO (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.c146 UTILS_FLAGS_SET(item->dataOptFlag, FILLP_OPT_FLAG_FRAME_INFO); in FillpFrameTxInitItem()
155 if (UTILS_FLAGS_CHECK(flag, FILLP_OPT_FLAG_FRAME_INFO)) { in FillpFrameGetPktDataOptLen()
H A Dfillp_output.c229 if (UTILS_FLAGS_CHECK(item->dataOptFlag, FILLP_OPT_FLAG_FRAME_INFO)) { in FillpBuildPktDataOptions()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h333 #define FILLP_OPT_FLAG_FRAME_INFO 0x0002 macro