/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/ |
rpc_clnt_create.c | 50 CLIENT *clnt = NULL; 52 //First of all, create a client 56 printf("CLIENT : %p\n", clnt); 59 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
tirpc_toplevel_clnt_call_dataint.c | 53 CLIENT *clnt = NULL; 70 //First of all, create client using top level API 81 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in 93 clnt_call((CLIENT *) clnt, INTPROCNUM, (xdrproc_t) xdr_int, (char *)&intSnd, // xdr_in 105 clnt_call((CLIENT *) clnt, LNGPROCNUM, (xdrproc_t) xdr_long, (char *)&lngSnd, // xdr_in 117 clnt_call((CLIENT *) clnt, DBLPROCNUM, (xdrproc_t) xdr_double, (char *)&dblSnd, // xdr_in 130 clnt_call((CLIENT *) clnt, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in
|
tirpc_toplevel_clnt_call.c | 51 CLIENT *clnt = NULL; 66 //First of all, create client using top level API 74 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&sndVar, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create/ |
tirpc_clnt_tp_create.c | 50 CLIENT *client = NULL; local 62 client = clnt_tp_create(argc[1], progNum, 66 printf("client : %p\n", client); 70 test_status = ((CLIENT *) client != NULL) ? 0 : 1; 76 //clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_tp_create_timed/ |
tirpc_clnt_tp_create_timed.c | 50 CLIENT *client = NULL; local 67 client = clnt_tp_create_timed(argc[1], progNum, 71 printf("client : %p\n", client); 75 test_status = ((CLIENT *) client != NULL) ? 0 : 1; 81 //clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create/ |
tirpc_clnt_create.c | 51 CLIENT *clnt = NULL; 61 printf("Client after creation : %p\n", clnt); 64 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_create_timed/ |
tirpc_clnt_create_timed.c | 51 CLIENT *clnt = NULL; 66 printf("Client after creation : %p\n", clnt); 69 test_status = ((CLIENT *) clnt != NULL) ? 0 : 1;
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
sendfile01 | 19 # PURPOSE: Copy files from server to client using the sendfile() 24 # MUST have a ".rhosts" file with the hostname of the client 45 CLIENT="testsf_c${TST_IPV6}" 73 "$CLIENT ip '$ipaddr' port '$port' file '$clnt_fname'" 75 $CLIENT $ipaddr $port $clnt_fname $serv_fname $size >\ 80 tst_resm TFAIL "$CLIENT returned error '$ret'"
|
/external/ltp/testcases/network/rpc/rpc-tirpc/ |
rpc_test.sh | 24 CLIENT="" 44 clprog - client program binary 45 extra - extra client options 60 c) CLIENT="$OPTARG" ;; 74 if [ -z "$CLIENT" ]; then 75 echo "client program not set" 80 TCID="$CLIENT" 98 EXPECT_RHOST_PASS $CLIENT $(tst_ipaddr) $PROGNUMNOSVC $CLIENT_EXTRA_OPTS
|
/external/autotest/cli/ |
test_unittest.py | 11 from autotest_lib.client.common_lib import control_data 13 CLIENT = control_data.CONTROL_TYPE_NAMES.CLIENT 18 u'test_type': CLIENT, 20 u'path': u'client/tests/test0/control', 32 u'test_type': CLIENT, 34 u'path': u'client/tests/test2/control.readprofile', 46 u'test_type': CLIENT, 48 u'path': u'client/tests/test4/control.export', 77 u'test_type': CLIENT, [all...] |
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perrno/ |
rpc_clnt_perrno.c | 51 CLIENT *clnt = NULL; 65 //First of all, create client using top level API 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_perror/ |
rpc_clnt_perror.c | 51 CLIENT *clnt = NULL; 65 //First of all, create client using top level API 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperrno/ |
rpc_clnt_sperrno.c | 51 CLIENT *clnt = NULL; 66 //First of all, create client using top level API 70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_int, (char *)&recVar, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_sperror/ |
rpc_clnt_sperror.c | 51 CLIENT *clnt = NULL; 66 //First of all, create client using top level API 70 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_svcerr_noproc/ |
rpc_svcerr_noproc.c | 52 CLIENT *client = NULL; local 66 client = clnt_create(argc[1], progNum, VERSNUM, nettype); 69 cs = clnt_call((CLIENT *) client, PROCNUM, (xdrproc_t) xdr_int, (char *)&var_snd, // xdr_in 79 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_freeres/ |
rpc_clnt_freeres.c | 50 CLIENT *clnt = NULL; 59 //First of all, create a client 63 printf("CLIENT : %p\n", clnt); 68 if ((CLIENT *) clnt == NULL) {
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_vc_create/ |
tirpc_clnt_vc_create.c | 52 CLIENT *client = NULL; local 79 client = clnt_vc_create(sock, &svcaddr, 81 test_status = ((CLIENT *) client != NULL) ? 0 : 1; 83 if (client != NULL) 84 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perrno/ |
tirpc_clnt_perrno.c | 51 CLIENT *clnt = NULL; 65 //First of all, create client using top level API 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_err_clnt_perror/ |
tirpc_clnt_perror.c | 51 CLIENT *clnt = NULL; 65 //First of all, create client using top level API 69 rslt = clnt_call((CLIENT *) clnt, PROCNUM, (xdrproc_t) xdr_void, NULL, // xdr_in
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_tli_create/ |
tirpc_clnt_tli_create.c | 53 CLIENT *client = NULL; local 86 client = clnt_tli_create(RPC_ANYFD, nconf, &svcaddr, 88 /**/ test_status = ((CLIENT *) client != NULL) ? 0 : 1; 94 clnt_destroy(client);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy/ |
rpc_clnt_destroy.c | 46 CLIENT *clnt = NULL; 48 //First of all, create a client
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
rpc_clntraw_create.c | 49 CLIENT *clnt = NULL; 51 //First of all, create a client 55 printf("CLIENT : %p\n", clnt);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_pcreateerror/ |
rpc_clnt_pcreateerror.c | 45 CLIENT *clnt = NULL;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_err_clnt_spcreateerror/ |
rpc_clnt_spcreateerror.c | 45 CLIENT *clnt = NULL;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/ |
rpc_clnt_control.c | 50 CLIENT *clnt = NULL; 53 //First of all, create a client 57 printf("CLIENT : %p\n", clnt);
|