Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c25 static struct msg_send_data { struct
32 } msg_send_data; argument
46 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 …]