Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/echo_client/src/
Dudp.c39 static int send_udp_data(struct sample_data *data);
83 send_udp_data(&conf.ipv4); in process_udp_tx()
85 send_udp_data(&conf.ipv6); in process_udp_tx()
139 static int send_udp_data(struct sample_data *data) in send_udp_data() function