Home
last modified time | relevance | path

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

/samples/net/sockets/echo_client/src/
A Dcommon.h47 struct sample_data { struct
67 struct sample_data ipv4; argument
68 struct sample_data ipv6;
A Dudp.c39 static int send_udp_data(struct sample_data *data);
139 static int send_udp_data(struct sample_data *data) in send_udp_data()
159 static int compare_udp_data(struct sample_data *data, const char *buf, uint32_t received) in compare_udp_data()
178 struct sample_data *data = (ctrl == conf.ipv4.udp.ctrl) ? &conf.ipv4 : &conf.ipv6; in wait_reply()
193 static int start_udp_proto(struct sample_data *data, sa_family_t family, in start_udp_proto()
254 static int process_udp_proto(struct sample_data *data) in process_udp_proto()
A Dtcp.c50 static int send_tcp_data(struct sample_data *data) in send_tcp_data()
75 static int compare_tcp_data(struct sample_data *data, const char *buf, uint32_t received) in compare_tcp_data()
90 static int start_tcp_proto(struct sample_data *data, sa_family_t family, in start_tcp_proto()
183 static int process_tcp_proto(struct sample_data *data) in process_tcp_proto()

Completed in 9 milliseconds