Searched refs:FILLP_MGT_MSG_PRINT (Results 1 – 1 of 1) sorted by relevance
/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 { \ macro 75 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, direction, ""); in FillpPktSimpleLog() 83 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, direction, in FillpConnReqLog() 207 FILLP_MGT_MSG_PRINT(sockIndex, hdr, FILLP_DIRECTION_RX, in FillpConnReqAckRxLog() 222 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, FILLP_DIRECTION_TX, in FillpConnReqAckTxLog() 243 …FILLP_MGT_MSG_PRINT(sockIndex, (FILLP_CONST struct FillpPktHead *)confirm->head, FILLP_DIRECTION_R… in FillpConnConfirmRxLog() 284 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, FILLP_DIRECTION_TX, in FillpConnConfirmTxLog() 306 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, direction, in FillpConnConfirmAckLog() 326 FILLP_MGT_MSG_PRINT(sockIndex, &hdr, direction, "flags: %s", tmpBuf); in FillpConnFinLog()
|