Searched refs:_hdr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_mgt_msg_log.h | 46 #define FILLP_PKT_SIMPLE_LOG(_sockIndex, _hdr, _direction) do { \ argument 48 if (_hdr != FILLP_NULL_PTR && g_fillpLmGlobal.mgtMsgLog) { \ 49 FillpPktSimpleLog(_sockIndex, _hdr, _direction); \ 59 #define FILLP_CONN_REQ_ACK_RX_LOG(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen) do { \ argument 61 FillpConnReqAckRxLog(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen); \ 95 #define FILLP_PKT_SIMPLE_LOG(_sockIndex, _hdr, _direction) 97 #define FILLP_CONN_REQ_ACK_RX_LOG(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen)
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_mgt_msg_log.c | 29 #define FILLP_MGT_MSG_PRINT(_sockIndex, _hdr, _direction, fmt, ...) do { \ argument 32 … _sockIndex, FILLP_DIRECTION_STR(_direction), FILLP_PKT_GET_PROTCOL_VERSION((_hdr)->flag), \ 33 g_fillpTypeStr[FILLP_PKT_GET_TYPE((_hdr)->flag)], FILLP_PKT_GET_TYPE((_hdr)->flag), \ 34 …FILLP_PKT_GET_FLAG((_hdr)->flag), (_hdr)->dataLen, (_hdr)->seqNum, (_hdr)->pktNum, ##__VA_ARGS__);…
|