Searched refs:CMD_RESP (Results 1 – 1 of 1) sorted by relevance
70 CMD_RESP = 0x80, enumerator159 if ((msg->len != sizeof *msg) || (msg->command != (cmd | CMD_RESP))) { in msg_get_resp()161 msg->len, msg->command, cmd | CMD_RESP); in msg_get_resp()173 resp.command = msg->command | CMD_RESP; in msg_send_resp()