Home
last modified time | relevance | path

Searched refs:chk_rx (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c126 u16_t i, chk, chk_rx, len_rx; in check_test_data() local
136 chk_rx = (((u16_t)p[2]) << 8) | p[3]; in check_test_data()
142 LWIP_ASSERT("invalid checksum", chk == chk_rx); in check_test_data()

Completed in 1 milliseconds