Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/rpc/unit-test/
H A Dclient.c55 char *host, *port, *target, *echo_arg, **echo_resp, buf[BIG_BUF]; in main() local
164 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()
165 if (echo_resp == NULL) { in main()
170 if (strncmp(*echo_resp, "Echo: ", 6) && in main()
171 strcmp(echo_arg, (*echo_resp) + 6) != 0) in main()
173 "arg = %s, resp = %s\n", i, echo_arg, *echo_resp); in main()
174 gssrpc_xdr_free((xdrproc_t)xdr_wrapstring, echo_resp); in main()
189 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main()
190 if (echo_resp == NULL) { in main()
196 gssrpc_xdr_free((xdrproc_t)xdr_wrapstring, echo_resp); in main()
[all …]