Searched refs:reply_crc (Results 1 – 4 of 4) sorted by relevance
185 out->reply_crc = le16toh(st.status.reply_crc); in get_status()441 if (crc == status->reply_crc) return APP_SUCCESS; in receive_reply()442 NLOGW("App %d reply CRC mismatch: theirs=%04x ours=%04x", ctx->app_id, status->reply_crc, crc); in receive_reply()
137 status->reply_crc = 0; in ACTION()149 status->reply_crc = 0; in ACTION()161 status->reply_crc = 0; in ACTION()179 status->reply_crc = crc16(reply, reply_len); in ACTION_P2()193 status->reply_crc = 0; in ACTION()205 status->reply_crc = 0; in ACTION()
233 uint16_t reply_crc; /* CRC of the reply data */ member
193 ok &= arg.reply_crc == crc16(reply, reply_len); in StatusMatches()