Home
last modified time | relevance | path

Searched refs:reply_crc (Results 1 – 4 of 4) sorted by relevance

/external/nos/host/generic/libnos_transport/
Dtransport.c185 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()
/external/nos/host/generic/libnos_transport/test/
Dtest.cpp137 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()
/external/nos/host/generic/nugget/include/
Dapplication.h233 uint16_t reply_crc; /* CRC of the reply data */ member
/external/nos/test/system-test-harness/src/
Dtransport_tests.cc193 ok &= arg.reply_crc == crc16(reply, reply_len); in StatusMatches()