Searched refs:echo_arg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/rpc/unit-test/ |
| H A D | client.c | 55 char *host, *port, *target, *echo_arg, **echo_resp, buf[BIG_BUF]; in main() local 160 echo_arg = buf; in main() 164 echo_resp = rpc_test_echo_1(&echo_arg, clnt); 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() 187 echo_arg = "testing with bad verf"; in main() 189 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main() 204 echo_arg = "testing for reset"; in main() 205 echo_resp = rpc_test_echo_1(&echo_arg, clnt); in main() 216 echo_arg = "forcing auto-resynchronization"; in main() [all …]
|