Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_bsd.c1596 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination) in print_top_test_header() function
1811 print_top_test_header("TCP STREAM TEST",local_res,remote_res); in send_tcp_stream()
2530 print_top_test_header("TCP MAERTS TEST",local_res,remote_res); in send_tcp_maerts()
3188 print_top_test_header("TCP MSS TEST",local_res,remote_res); in send_tcp_mss()
3455 print_top_test_header("EXS TCP STREAM TEST",local_res,remote_res); in send_exs_tcp_stream()
4229 print_top_test_header("TCP SENDFILE TEST",local_res,remote_res);
5735 print_top_test_header("TCP REQUEST/RESPONSE TEST",local_res,remote_res); in send_tcp_rr()
6526 print_top_test_header("UDP UNIDIRECTIONAL SEND TEST",local_res,remote_res); in send_udp_stream()
7455 print_top_test_header("UDP REQUEST/RESPONSE TEST",local_res,remote_res); in send_udp_rr()
8886 print_top_test_header("TCP Connect/Request/Response TEST",local_res,remote_res); in send_tcp_conn_rr()
[all …]
Dnettest_bsd.h617 extern void print_top_test_header(char test_name[],
Dnettest_sdp.c271 print_top_test_header("SDP STREAM TEST",local_res,remote_res); in send_sdp_stream()
968 print_top_test_header("SDP MAERTS TEST",local_res,remote_res); in send_sdp_maerts()
2377 print_top_test_header("SDP REQUEST/RESPONSE TEST",local_res,remote_res); in send_sdp_rr()
Dnettest_sctp.c431 print_top_test_header("SCTP STREAM TEST", local_res, remote_res); in send_sctp_stream()
1557 print_top_test_header("SCTP 1-TO-MANY STREAM TEST",local_res,remote_res); in send_sctp_stream_1toMany()
2659 print_top_test_header("SCTP REQUEST/RESPONSE TEST", local_res, remote_res); in send_sctp_rr()
3708 print_top_test_header("SCTP 1-TO-MANY REQUEST/RESPONSE TEST",local_res,remote_res); in send_sctp_rr_1toMany()
Dnettest_omni.c3763 print_top_test_header(header_str,local_res,remote_res); in send_omni_inner()