Lines Matching defs:msg
120 #define SC_MSG_HDR(msg) ((msg)->hdr)
122 #define SC_SEND_DLENGTH(msg) (SC_MSG_HDR(msg).len)
123 #define SC_RECV_DLENGTH(msg) (SC_MSG_HDR(msg).len)
125 #define SC_MSG_ID(msg) (SC_MSG_HDR(msg).msg_id)
126 #define SC_MSG_CMD(msg) (SC_MSG_HDR(msg).cmd)
127 #define SC_MSG_LEN(msg) (SC_MSG_HDR(msg).len)
128 #define SC_MSG_CC(msg) (SC_MSG_HDR(msg).cc)
129 #define SC_MSG_DATA(msg) ((msg)->data)