Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_mgt_msg_log.c33 g_fillpTypeStr[FILLP_PKT_GET_TYPE((_hdr)->flag)], FILLP_PKT_GET_TYPE((_hdr)->flag), \
71 FILLP_UINT16 type = FILLP_PKT_GET_TYPE(hdr.flag); in FillpPktSimpleLog()
H A Dfillp_input.c887 packetType = (FILLP_UCHAR)FILLP_PKT_GET_TYPE(FILLP_NTOHS(head->flag)); in FillpDoInput()
925 FillpDoInputPktType(pcb, buf, inst, (FILLP_UINT16)FILLP_PKT_GET_TYPE(head->flag)); in FillpDoInput()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h350 #define FILLP_PKT_GET_TYPE(flag) (((flag)&0x0f00) >> 8) macro