Home
last modified time | relevance | path

Searched defs:_sockIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_mgt_msg_log.h46 #define FILLP_PKT_SIMPLE_LOG(_sockIndex, _hdr, _direction) do { \ argument
53 #define FILLP_CONN_REQ_LOG(_sockIndex, _req, _direction) do { \ argument
59 #define FILLP_CONN_REQ_ACK_RX_LOG(_sockIndex, _hdr, _ack, _extParaBuf, _extParaBufLen) do { \ argument
65 #define FILLP_CONN_REQ_ACK_TX_LOG(_sockIndex, _ack, _extParaBuf, _extParaBufLen) do { \ argument
71 #define FILLP_CONN_CONFIRM_RX_LOG(_sockIndex, _confirm, _extParaBuf, _extParaBufLen) do { \ argument
77 #define FILLP_CONN_CONFIRM_TX_LOG(_sockIndex, _data, _dataLen, _extParaOffset) do { \ argument
83 #define FILLP_CONN_CONFIRM_ACK_LOG(_sockIndex, _confirmAck, _direction) do { \ argument
89 #define FILLP_CONN_FIN_LOG(_sockIndex, _fin, _direction) do { \ argument
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_mgt_msg_log.c29 #define FILLP_MGT_MSG_PRINT(_sockIndex, _hdr, _direction, fmt, ...) do { \ argument