/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/ |
D | tirpc_clnt_perror_complex.c | 50 char nettype[16] = "visible"; in main() local 60 printf("Net : %s\n", nettype); in main() 65 /**/ clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main() 70 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main() 75 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main() 80 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
|
D | tirpc_clnt_perror.c | 50 char nettype[16] = "visible"; in main() local 59 printf("Net : %s\n", nettype); in main() 66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
D | tirpc_rpc_broadcast_exp_dataint.c | 58 char nettype[16] = "visible"; in main() local 79 (resultproc_t) eachresult, 1, 1, nettype); in main() 92 (resultproc_t) eachresult, 1, 1, nettype); in main() 105 (resultproc_t) eachresult, 1, 1, nettype); in main() 118 (resultproc_t) eachresult, 1, 1, nettype); in main() 132 (resultproc_t) eachresult, 1, 1, nettype); in main()
|
D | tirpc_rpc_broadcast_exp_mt.c | 42 char *nettype; variable 69 mTimeOut, nettype); in my_thread_process() 95 nettype = "visible"; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_dataint.c | 64 char nettype[16] = "visible"; in main() local 75 nettype); in main() 86 nettype); in main() 97 nettype); in main() 108 nettype); in main() 121 nettype); in main()
|
D | tirpc_rpc_call_mt.c | 41 char *nettype; variable 55 fprintf(stderr, "%s\n", nettype); in my_thread_process() 63 nettype); in my_thread_process() 91 nettype = "visible"; in main()
|
D | tirpc_rpc_call_complex.c | 43 char *nettype; variable 85 nettype); in my_thread_process() 117 nettype = "VISIBLE"; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
D | tirpc_rpc_broadcast_dataint.c | 58 char nettype[16] = "visible"; in main() local 79 (resultproc_t) eachresult, nettype); in main() 92 (resultproc_t) eachresult, nettype); in main() 105 (resultproc_t) eachresult, nettype); in main() 118 (resultproc_t) eachresult, nettype); in main() 132 (resultproc_t) eachresult, nettype); in main()
|
D | tirpc_rpc_broadcast_mt.c | 42 char *nettype; variable 66 (resultproc_t) eachresult, nettype); in my_thread_process() 92 nettype = "visible"; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/ |
D | tirpc_clnt_perrno_complex.c | 50 char nettype[16] = "visible"; in main() local 58 printf("Net : %s\n", nettype); in main() 64 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main() 69 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main() 74 (xdrproc_t) xdr_int, (char *)&recVar, nettype); in main()
|
D | tirpc_clnt_perrno.c | 50 char nettype[16] = "visible"; in main() local 59 printf("Net : %s\n", nettype); in main() 66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_destroy/ |
D | tirpc_clnt_destroy.c | 50 char nettype[16] = "visible"; in main() local 56 printf("Net : %s\n", nettype); in main() 59 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create/ |
D | tirpc_clnt_create.c | 50 char nettype[16] = "visible"; in main() local 56 printf("Net : %s\n", nettype); in main() 58 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/ |
D | tirpc_clnt_create_timed.c | 50 char nettype[16] = "visible"; in main() local 57 printf("Net : %s\n", nettype); in main() 63 clnt = clnt_create_timed(argc[1], progNum, VERSNUM, nettype, &tv); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_svc_create/ |
D | tirpc_svc_create.c | 52 char nettype[16] = "visible"; in main() local 58 printf("Net : %s\n", nettype); in main() 62 transpnum = svc_create(exm_proc, progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/ |
D | rpc_clnt_perror.c | 50 char nettype[16] = "udp"; in main() local 59 printf("Net : %s\n", nettype); in main() 66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/ |
D | rpc_clnt_perrno.c | 50 char nettype[16] = "udp"; in main() local 59 printf("Net : %s\n", nettype); in main() 66 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/ |
D | rpc_clnt_sperrno.c | 50 char nettype[16] = "udp"; in main() local 60 printf("Net : %s\n", nettype); in main() 67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call.c | 50 char nettype[16] = "visible"; in main() local 60 printf("Net : %s\n", nettype); in main() 67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
D | tirpc_toplevel_clnt_call_stress.c | 51 char nettype[16] = "visible"; in main() local 64 printf("Net : %s\n", nettype); in main() 71 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
D | tirpc_toplevel_clnt_call_mt.c | 43 char *nettype; variable 63 clnt = clnt_create(hostname, progNum, VERSNUM, nettype); in my_thread_process() 103 nettype = "visible"; in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/ |
D | rpc_clnt_sperror.c | 50 char nettype[16] = "udp"; in main() local 60 printf("Net : %s\n", nettype); in main() 67 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror/ |
D | rpc_clnt_pcreateerror.c | 46 char nettype[8] = "udp"; in main() local 50 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_pcreateerror/ |
D | tirpc_clnt_pcreateerror.c | 47 char nettype[8] = "udp"; in main() local 51 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror/ |
D | rpc_clnt_spcreateerror.c | 46 char nettype[8] = "udp"; in main() local 51 clnt = clnt_create(argc[1], progNum, VERSNUM, nettype); in main()
|