Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c43 static int msg_sendto(struct mqtt_sn_client *client, void *buf, size_t sz, const void *dest_addr, in msg_sendto() function
131 .init = tp_init, .sendto = msg_sendto, .recvfrom = tp_recvfrom, .poll = tp_poll}; in setup()