Home
last modified time | relevance | path

Searched refs:rpc_test_echo_1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Dclient.c164 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()
H A Drpc_test.h10 extern char ** rpc_test_echo_1(char **, CLIENT *);
H A Drpc_test_clnt.c8 rpc_test_echo_1(char **argp, CLIENT *clnt) in rpc_test_echo_1() function