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.c57 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/
Dtirpc_toplevel_clnt_call_dataint.c60 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/
Dtirpc_rpc_broadcast_exp_dataint.c64 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/
Dtirpc_rpc_call_dataint.c56 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/
Dtirpc_rpc_broadcast_dataint.c64 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/
Drpc_clnt_broadcast_dataint.c60 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/
Dtirpc_interlevel_clnt_call_dataint.c61 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/
Drpc_clnt_call_dataint.c61 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/
Dtirpc_expertlevel_clnt_call_dataint.c66 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/
Dtirpc_bottomlevel_clnt_call_dataint.c66 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/
Dtirpc_rpcb_rmtcall_dataint.c66 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()