Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf.h166 struct iperf_stream struct
207 int (*rcv) (struct iperf_stream * stream); argument
208 int (*snd) (struct iperf_stream * stream); argument
211 int (*rcv2) (struct iperf_stream * stream); argument
212 int (*snd2) (struct iperf_stream * stream); argument
215 SLIST_ENTRY(iperf_stream) streams;
226 int (*send)(struct iperf_stream *); argument
227 int (*recv)(struct iperf_stream *);
345 SLIST_HEAD(slisthead, iperf_stream) streams;
351 void (*on_new_stream)(struct iperf_stream *);
Diperf_api.h45 struct iperf_stream;
205 void connect_msg(struct iperf_stream * sp);
242 struct iperf_stream *iperf_new_stream(struct iperf_test *, int, int);
248 void iperf_add_stream(struct iperf_test * test, struct iperf_stream * stream);
254 int iperf_init_stream(struct iperf_stream *, struct iperf_test *);
260 void iperf_free_stream(struct iperf_stream * sp);
264 void save_tcpinfo(struct iperf_stream *sp, struct iperf_interval_results *irp);
274 void iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP);
293 void iperf_on_new_stream(struct iperf_stream *);
Diperf_tcp.h46 int iperf_tcp_recv(struct iperf_stream *);
55 int iperf_tcp_send(struct iperf_stream *) /* __attribute__((hot)) */;
Diperf_udp.h37 int iperf_udp_recv(struct iperf_stream *);
45 int iperf_udp_send(struct iperf_stream *) /* __attribute__((hot)) */;
Diperf_sctp.h45 int iperf_sctp_recv(struct iperf_stream *);
54 int iperf_sctp_send(struct iperf_stream *);
Diperf_api.c100 static int diskfile_send(struct iperf_stream *sp);
101 static int diskfile_recv(struct iperf_stream *sp);
103 static void print_interval_results(struct iperf_test *test, struct iperf_stream *sp, cJSON *json_in…
743 iperf_on_new_stream(struct iperf_stream *sp) in iperf_on_new_stream()
1514 iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP) in iperf_check_throttle()
1577 register struct iperf_stream *sp; in iperf_send()
1632 struct iperf_stream *sp; in iperf_recv()
1653 struct iperf_stream *sp; in iperf_init_test()
1678 struct iperf_stream *sp = client_data.p; in send_timer_proc()
1691 struct iperf_stream *sp; in iperf_create_send_timers()
[all …]
Diperf_server_api.c159 struct iperf_stream *sp; in iperf_handle_message_server()
230 struct iperf_stream *sp; in server_timer_proc()
357 struct iperf_stream *sp; in cleanup_server()
408 struct iperf_stream *sp; in iperf_run_server()
Diperf_client_api.c61 struct iperf_stream *sp; in iperf_create_streams()
426 struct iperf_stream *sp; in iperf_client_end()
455 struct iperf_stream *sp; in iperf_run_client()
Dtcp_info.c95 save_tcpinfo(struct iperf_stream *sp, struct iperf_interval_results *irp) in save_tcpinfo()
Diperf_udp.c69 iperf_udp_recv(struct iperf_stream *sp) in iperf_udp_recv()
213 iperf_udp_send(struct iperf_stream *sp) in iperf_udp_send()
Diperf_tcp.c56 iperf_tcp_recv(struct iperf_stream *sp) in iperf_tcp_recv()
84 iperf_tcp_send(struct iperf_stream *sp) in iperf_tcp_send()
Diperf_sctp.c58 iperf_sctp_recv(struct iperf_stream *sp) in iperf_sctp_recv()
90 iperf_sctp_send(struct iperf_stream *sp) in iperf_sctp_send()