Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/
Dtransport.c189 const uint16_t our_crc = crc16(&st.status, length); in get_status() local
192 if (out->crc != our_crc) { in get_status()
194 ctx->app_id, out->crc, our_crc); in get_status()