Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_sdp.c748 (result_brand == NULL)) ? "" : result_brand); in send_sdp_stream()
756 (result_brand == NULL)) ? "" : result_brand); in send_sdp_stream()
781 (result_brand == NULL)) ? "" : result_brand); in send_sdp_stream()
794 (result_brand == NULL)) ? "" : result_brand); in send_sdp_stream()
809 (result_brand == NULL)) ? "" : result_brand); in send_sdp_stream()
1456 (result_brand == NULL)) ? "" : result_brand); in send_sdp_maerts()
1464 (result_brand == NULL)) ? "" : result_brand); in send_sdp_maerts()
1489 (result_brand == NULL)) ? "" : result_brand); in send_sdp_maerts()
1502 (result_brand == NULL)) ? "" : result_brand); in send_sdp_maerts()
1517 (result_brand == NULL)) ? "" : result_brand); in send_sdp_maerts()
[all …]
Dnettest_omni.c1845 result_brand, 1, 0, NETPERF_TYPE_CHAR); in print_omni_init_list()
5827 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
5835 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
5860 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
5873 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
5888 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
6007 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
6015 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
6040 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
6053 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
[all …]
Dnettest_bsd.c2303 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
2311 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
2336 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
2349 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
2364 (result_brand == NULL)) ? "" : result_brand); in send_tcp_stream()
3031 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
3039 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
3064 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
3077 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
3092 (result_brand == NULL)) ? "" : result_brand); in send_tcp_maerts()
[all …]
Dnetsh.c130 char *result_brand = NULL; variable
1021 result_brand = malloc(strlen(optarg)+1); in scan_cmd_line()
1022 if (NULL != result_brand) { in scan_cmd_line()
1023 strcpy(result_brand,optarg); in scan_cmd_line()
Dnetsh.h196 result_brand;