Searched refs:print_top_test_header (Results 1 – 4 of 4) sorted by relevance
/external/netperf/ |
D | nettest_bsd.h | 426 extern void print_top_test_header(char test_name[],
|
D | nettest_bsd.c | 1154 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination) in print_top_test_header() function 1351 print_top_test_header("TCP STREAM TEST",local_res,remote_res); in send_tcp_stream() 2045 print_top_test_header("TCP MAERTS TEST",local_res,remote_res); in send_tcp_maerts() 2763 print_top_test_header("EXS TCP STREAM TEST",local_res,remote_res); in send_exs_tcp_stream() 3546 print_top_test_header("TCP SENDPATH TEST",local_res,remote_res); 3548 print_top_test_header("TCP SENDFILE TEST",local_res,remote_res); 5045 print_top_test_header("TCP REQUEST/RESPONSE TEST",local_res,remote_res); in send_tcp_rr() 5789 print_top_test_header("UDP UNIDIRECTIONAL SEND TEST",local_res,remote_res); in send_udp_stream() 6683 print_top_test_header("UDP REQUEST/RESPONSE TEST",local_res,remote_res); in send_udp_rr() 8066 print_top_test_header("TCP Connect/Request/Response TEST",local_res,remote_res); in send_tcp_conn_rr() [all …]
|
D | nettest_sdp.c | 271 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()
|
D | nettest_sctp.c | 442 print_top_test_header("SCTP STREAM TEST", local_res, remote_res); 1573 print_top_test_header("SCTP 1-TO-MANY STREAM TEST",local_res,remote_res); 2678 print_top_test_header("SCTP REQUEST/RESPONSE TEST", local_res, remote_res); 3730 print_top_test_header("SCTP 1-TO-MANY REQUEST/RESPONSE TEST",local_res,remote_res);
|