Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/socketpair/src/
Dhappy_path.c19 const unsigned int expected_msg_len = strlen(expected_msg); in happy_path() local
33 res = zsock_send(fixture->sv[i], expected_msg, expected_msg_len, 0); in happy_path()
37 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()
46 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()
57 res = zsock_sendto(fixture->sv[i], expected_msg, expected_msg_len, 0, NULL, 0); in happy_path()
61 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()
71 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()
86 iovec.iov_len = expected_msg_len; in happy_path()
92 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()
99 zassert_equal(actual_msg_len, expected_msg_len, in happy_path()