/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
D | rpc_callrpc_dataint.c | 57 char *strSnd; in main() local 116 strSnd = "text to send."; in main() 120 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 123 if (strcmp(strSnd, strRec)) in main() 126 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call_dataint.c | 60 char *strSnd; in main() local 128 strSnd = "text to send."; in main() 131 clnt_call((CLIENT *) clnt, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 135 if (strcmp(strSnd, strRec)) in main() 138 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); 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 | 64 char *strSnd; in main() local 127 strSnd = "text to send."; in main() 131 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 135 if (strcmp(strSnd, strRec)) in main() 138 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_dataint.c | 56 char *strSnd; in main() local 117 strSnd = "text to send."; in main() 120 …call(hostname, progNum, VERSNUM, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 124 if (strcmp(strSnd, strRec)) in main() 127 printf("Send (string) : \"%s\", Received : \"%s\"\n", strSnd, in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
D | tirpc_rpc_broadcast_dataint.c | 64 char *strSnd; in main() local 127 strSnd = "text to send."; in main() 131 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 135 if (strcmp(strSnd, strRec)) in main() 138 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
D | rpc_clnt_broadcast_dataint.c | 60 char *strSnd; in main() local 119 strSnd = "text to send."; in main() 123 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 126 if (strcmp(strSnd, strRec)) in main() 129 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
D | tirpc_interlevel_clnt_call_dataint.c | 61 char *strSnd; in main() local 138 strSnd = "text to send."; in main() 141 rslt = clnt_call(client, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 145 if (strcmp(strSnd, strRec)) in main() 148 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
D | rpc_clnt_call_dataint.c | 61 char *strSnd; in main() local 136 strSnd = "text to send."; in main() 140 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 143 if (strcmp(strSnd, strRec)) in main() 146 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call_dataint.c | 66 char *strSnd; in main() local 155 strSnd = "text to send."; in main() 159 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 162 if (strcmp(strSnd, strRec)) in main() 165 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call_dataint.c | 66 char *strSnd; in main() local 160 strSnd = "text to send."; in main() 164 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 167 if (strcmp(strSnd, strRec)) in main() 170 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall_dataint.c | 66 char *strSnd; in main() local 149 strSnd = "text to send."; in main() 153 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 157 if (strcmp(strSnd, strRec)) in main() 160 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|