Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf.h177 struct iperf_stream struct
219 int (*rcv) (struct iperf_stream * stream); argument
220 int (*snd) (struct iperf_stream * stream); argument
223 int (*rcv2) (struct iperf_stream * stream); argument
224 int (*snd2) (struct iperf_stream * stream); argument
227 SLIST_ENTRY(iperf_stream) streams;
238 int (*send)(struct iperf_stream *); argument
239 int (*recv)(struct iperf_stream *);
374 SLIST_HEAD(slisthead, iperf_stream) streams;
380 void (*on_new_stream)(struct iperf_stream *);
H A Diperf_api.h45 struct iperf_stream;
227 void connect_msg(struct iperf_stream * sp);
264 struct iperf_stream *iperf_new_stream(struct iperf_test *, int, int);
270 void iperf_add_stream(struct iperf_test * test, struct iperf_stream * stream);
276 int iperf_init_stream(struct iperf_stream *, struct iperf_test *);
282 void iperf_free_stream(struct iperf_stream * sp);
286 void save_tcpinfo(struct iperf_stream *sp, struct iperf_interval_results *irp);
297 void iperf_check_throttle(struct iperf_stream *sp, struct iperf_time *nowP);
316 void iperf_on_new_stream(struct iperf_stream *);
H A Diperf_tcp.h46 int iperf_tcp_recv(struct iperf_stream *);
55 int iperf_tcp_send(struct iperf_stream *) /* __attribute__((hot)) */;
H A Diperf_udp.h37 int iperf_udp_recv(struct iperf_stream *);
45 int iperf_udp_send(struct iperf_stream *) /* __attribute__((hot)) */;
H A Diperf_sctp.h45 int iperf_sctp_recv(struct iperf_stream *);
54 int iperf_sctp_send(struct iperf_stream *);
H A Diperf_api.c1898 struct iperf_stream *sp; in iperf_recv()
1919 struct iperf_stream *sp; in iperf_init_test()
1957 struct iperf_stream *sp; in iperf_create_send_timers()
2306 struct iperf_stream *sp; in send_results()
2433 struct iperf_stream *sp; in get_results()
2876 struct iperf_stream *sp; in iperf_free_test()
3009 struct iperf_stream *sp; in iperf_reset_test()
3137 struct iperf_stream *sp; in iperf_reset_stats()
3172 struct iperf_stream *sp; in iperf_stats_callback()
4173 struct iperf_stream *
[all …]
H A Diperf_server_api.c185 struct iperf_stream *sp; in iperf_handle_message_server()
256 struct iperf_stream *sp; in server_timer_proc()
383 struct iperf_stream *sp; in cleanup_server()
437 struct iperf_stream *sp; in iperf_run_server()
H A Diperf_client_api.c66 struct iperf_stream *sp; in iperf_create_streams()
486 struct iperf_stream *sp; in iperf_client_end()
518 struct iperf_stream *sp; in iperf_run_client()
H A 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()
H A 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()
H A Dtcp_info.c95 save_tcpinfo(struct iperf_stream *sp, struct iperf_interval_results *irp) in save_tcpinfo()
H A 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()