/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
D | rpc_callrpc_dataint.c | 56 char *strSnd; in main() local 115 strSnd = "text to send."; in main() 119 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 122 if (strcmp(strSnd, strRec)) in main() 125 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 | 59 char *strSnd; in main() local 127 strSnd = "text to send."; in main() 130 clnt_call((CLIENT *) clnt, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 134 if (strcmp(strSnd, strRec)) in main() 137 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 | 63 char *strSnd; in main() local 126 strSnd = "text to send."; in main() 130 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 134 if (strcmp(strSnd, strRec)) in main() 137 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 | 55 char *strSnd; in main() local 116 strSnd = "text to send."; in main() 119 …call(hostname, progNum, VERSNUM, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 123 if (strcmp(strSnd, strRec)) in main() 126 printf("Send (string) : \"%s\", Received : \"%s\"\n", strSnd, in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
D | rpc_clnt_broadcast_dataint.c | 59 char *strSnd; in main() local 118 strSnd = "text to send."; in main() 122 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 125 if (strcmp(strSnd, strRec)) in main() 128 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/ |
D | tirpc_rpc_broadcast_dataint.c | 63 char *strSnd; in main() local 126 strSnd = "text to send."; in main() 130 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 134 if (strcmp(strSnd, strRec)) in main() 137 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 | 60 char *strSnd; in main() local 137 strSnd = "text to send."; in main() 140 rslt = clnt_call(client, STRPROCNUM, (xdrproc_t) xdr_wrapstring, (char *)&strSnd, // xdr_in in main() 144 if (strcmp(strSnd, strRec)) in main() 147 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 | 60 char *strSnd; in main() local 135 strSnd = "text to send."; in main() 139 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 142 if (strcmp(strSnd, strRec)) in main() 145 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 | 65 char *strSnd; in main() local 159 strSnd = "text to send."; in main() 163 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 166 if (strcmp(strSnd, strRec)) in main() 169 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 | 65 char *strSnd; in main() local 154 strSnd = "text to send."; in main() 158 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 161 if (strcmp(strSnd, strRec)) in main() 164 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 | 65 char *strSnd; in main() local 148 strSnd = "text to send."; in main() 152 (xdrproc_t) xdr_wrapstring, (char *)&strSnd, in main() 156 if (strcmp(strSnd, strRec)) in main() 159 printf("Send (string) : %s, Received : %s\n", strSnd, strRec); in main()
|