Searched refs:MSG_VER (Results 1 – 3 of 3) sorted by relevance
22 #define MSG_VER (0) macro
43 MsgHeader header = {MSG_VER, static_cast<uint8_t>(cmd), 0, static_cast<uint16_t>(len)}; in SendMsgHeader()
126 MsgHeader header = {MSG_VER, static_cast<uint8_t>(cmd), 0, static_cast<uint16_t>(len)}; in WriteRspHeader()133 MsgHeader header = {MSG_VER, static_cast<uint8_t>(IoctlCmd::RSP_ERROR), code, 0}; in WriteErrorRsp()