Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/socket/socketpair/src/
Dhappy_path.c20 char actual_msg[32]; in happy_path() local
40 memset(actual_msg, 0, sizeof(actual_msg)); in happy_path()
42 res = zsock_recv(fixture->sv[(!i) & 1], actual_msg, sizeof(actual_msg), 0); in happy_path()
49 zassert_true(strncmp(expected_msg, actual_msg, in happy_path()
64 memset(actual_msg, 0, sizeof(actual_msg)); in happy_path()
67 res = zsock_recvfrom(fixture->sv[(!i) & 1], actual_msg, sizeof(actual_msg), 0, in happy_path()
74 zassert_true(strncmp(expected_msg, actual_msg, in happy_path()
95 res = zsock_recv(fixture->sv[(!i) & 1], actual_msg, sizeof(actual_msg), 0); in happy_path()
102 zassert_true(strncmp(expected_msg, actual_msg, in happy_path()