Searched refs:rpc_test_echo_1 (Results 1 – 3 of 3) sorted by relevance
164 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()189 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()205 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()217 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()227 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()251 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()
10 extern char ** rpc_test_echo_1(char **, CLIENT *);
8 rpc_test_echo_1(char **argp, CLIENT *clnt) in rpc_test_echo_1() function