Home
last modified time | relevance | path

Searched refs:strSnd (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_dataint.c56 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/
Dtirpc_toplevel_clnt_call_dataint.c59 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/
Dtirpc_rpc_broadcast_exp_dataint.c63 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/
Dtirpc_rpc_call_dataint.c55 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/
Drpc_clnt_broadcast_dataint.c59 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/
Dtirpc_rpc_broadcast_dataint.c63 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/
Dtirpc_interlevel_clnt_call_dataint.c60 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/
Drpc_clnt_call_dataint.c60 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/
Dtirpc_bottomlevel_clnt_call_dataint.c65 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/
Dtirpc_expertlevel_clnt_call_dataint.c65 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/
Dtirpc_rpcb_rmtcall_dataint.c65 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()