Searched refs:clnt (Results 1 – 6 of 6) sorted by relevance
| /sunrpc/ |
| A D | tst-udp-timeout.c | 277 (clnt, PROC_ADD, in test_udp_server() 287 (clnt, PROC_ADD, in test_udp_server() 302 test_call_flush (clnt); in test_udp_server() 308 (clnt, PROC_ADD, in test_udp_server() 321 test_call_flush (clnt); in test_udp_server() 327 (clnt, PROC_ADD, in test_udp_server() 336 test_call_flush (clnt); in test_udp_server() 343 (clnt, PROC_ADD, in test_udp_server() 356 test_call_flush (clnt); in test_udp_server() 361 (clnt, PROC_ADD, in test_udp_server() [all …]
|
| A D | tst-udp-error.c | 49 CLIENT *clnt = clntudp_create in do_test() local 51 TEST_VERIFY_EXIT (clnt != NULL); in do_test() 52 TEST_VERIFY (clnt_call (clnt, 3, in do_test() 57 clnt_destroy (clnt); in do_test()
|
| A D | tst-udp-nonblocking.c | 233 TEST_VERIFY (clnt != NULL); in do_test() 234 clnt->cl_auth = authunix_create_default (); in do_test() 241 struct cu_data *cu = (struct cu_data *) clnt->cl_private; in do_test() 267 clnt_call (clnt, PROC_ADD, in do_test() 285 (clnt_call (clnt, PROC_ADD, NULL, NULL, in do_test() 307 auth_destroy (clnt->cl_auth); in do_test() 308 clnt_destroy (clnt); in do_test() 315 clnt = clntudp_create (&servers[i].address, PROGNUM, VERSNUM, in do_test() 318 TEST_VERIFY_EXIT (clnt != NULL); in do_test() 319 TEST_VERIFY (clnt_call (clnt, PROC_EXIT, in do_test() [all …]
|
| A D | tst-udp-garbage.c | 89 CLIENT *clnt = clntudp_create (&server_address, in do_test() local 93 if (clnt == NULL) in do_test() 96 TEST_VERIFY (clnt_call (clnt, 3, /* Arbitrary RPC procedure number. */ in do_test()
|
| A D | thrsvc.c | 70 CLIENT *clnt; in main() local 92 clnt = clntudp_create (&sin, PROGNUM, VERSNUM, wait, &sock); in main() 94 a.client = clnt; in main() 101 err = pthread_create (&tid, 0, thread_wrapper, (void *) clnt); in main()
|
| A D | key_call.c | 491 CLIENT *clnt; in key_call_socket() local 499 clnt = getkeyserv_handle(2); /* talk to version 2 */ in key_call_socket() 501 clnt = getkeyserv_handle(1); /* talk to version 1 */ in key_call_socket() 503 if (clnt != NULL) in key_call_socket() 508 if (clnt_call (clnt, proc, xdr_arg, arg, xdr_rslt, rslt, in key_call_socket()
|
Completed in 13 milliseconds