Searched refs:_extParaBuf (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_mgt_msg_log.h | 59 #define FILLP_CONN_REQ_ACK_RX_LOG(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen) do { \ argument 61 FillpConnReqAckRxLog(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen); \ 65 #define FILLP_CONN_REQ_ACK_TX_LOG(_sockIndex, _ack, _extParaBuf, _extParaBufLen) do { \ argument 67 FillpConnReqAckTxLog(_sockIndex, _ack, _extParaBuf, _extParaBufLen); \ 71 #define FILLP_CONN_CONFIRM_RX_LOG(_sockIndex, _confirm, _extParaBuf, _extParaBufLen) do { \ argument 73 FillpConnConfirmRxLog(_sockIndex, _confirm, _extParaBuf, _extParaBufLen); \ 97 #define FILLP_CONN_REQ_ACK_RX_LOG(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen) 98 #define FILLP_CONN_REQ_ACK_TX_LOG(_sockIndex, _ack, _extParaBuf, _extParaBufLen) 99 #define FILLP_CONN_CONFIRM_RX_LOG(_sockIndex, _confirm, _extParaBuf, _extParaBufLen)
|