Searched refs:msg_send_data (Results 1 – 1 of 1) sorted by relevance
25 static struct msg_send_data { struct32 } msg_send_data; argument46 msg_send_data.called++; in msg_sendto()47 msg_send_data.msg_sz = sz; in msg_sendto()48 msg_send_data.client = client; in msg_sendto()49 msg_send_data.dest_addr = dest_addr; in msg_sendto()50 msg_send_data.addrlen = addrlen; in msg_sendto()54 return msg_send_data.ret; in msg_sendto()59 zassert_equal(msg_send_data.called, called, "msg_send called %d times instead of %d", in assert_msg_send()60 msg_send_data.called, called); in assert_msg_send()[all …]