Home
last modified time | relevance | path

Searched refs:clnt (Results 1 – 25 of 30) sorted by relevance

12

/glibc-2.36/sunrpc/
Dtst-udp-timeout.c194 test_call (CLIENT *clnt, int proc, struct test_query query, in test_call() argument
202 TEST_VERIFY_EXIT (clnt_call (clnt, proc, in test_call()
211 test_call_timeout (CLIENT *clnt, int proc, struct test_query query, in test_call_timeout() argument
215 TEST_VERIFY (clnt_call (clnt, proc, in test_call_timeout()
225 test_call_flush (CLIENT *clnt) in test_call_flush() argument
232 TEST_VERIFY_EXIT (clnt_call (clnt, PROC_RESET_SEQ, in test_call_flush()
270 CLIENT *clnt = clntudp_create (&sin, PROGNUM, VERSNUM, in test_udp_server() local
273 TEST_VERIFY_EXIT (clnt != NULL); in test_udp_server()
277 (clnt, PROC_ADD, in test_udp_server()
287 (clnt, PROC_ADD, in test_udp_server()
[all …]
Dtst-udp-nonblocking.c229 CLIENT *clnt = clntudp_create (&servers[0].address, PROGNUM, VERSNUM, in do_test() local
233 TEST_VERIFY (clnt != NULL); in do_test()
234 clnt->cl_auth = authunix_create_default (); in do_test()
237 TEST_VERIFY (clnt_control (clnt, CLSET_TIMEOUT, (void *) &zero)); 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()
[all …]
Dtst-udp-error.c49 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()
Dthrsvc.c70 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()
Dtst-udp-garbage.c89 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()
Dtst-bug22542.c37 CLIENT *clnt = clnt_create (name, 0, 0, "unix"); in do_test() local
39 TEST_VERIFY (clnt == NULL); in do_test()
Dkey_call.c491 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()
/glibc-2.36/nis/
Dnis_findserv.c81 CLIENT *clnt; in __nis_findfastest_with_timeout() local
145 clnt = clntudp_create (&saved_sin, NIS_PROG, NIS_VERSION, *timeout, &sock); in __nis_findfastest_with_timeout()
146 if (clnt == NULL) in __nis_findfastest_with_timeout()
152 auth_destroy (clnt->cl_auth); in __nis_findfastest_with_timeout()
153 clnt->cl_auth = authunix_create_default (); in __nis_findfastest_with_timeout()
154 cu = (struct cu_data *) clnt->cl_private; in __nis_findfastest_with_timeout()
164 clnt_call (clnt, NULLPROC, in __nis_findfastest_with_timeout()
171 int rc = clnt_call (clnt, NULLPROC, in __nis_findfastest_with_timeout()
191 auth_destroy (clnt->cl_auth); in __nis_findfastest_with_timeout()
192 clnt_destroy (clnt); in __nis_findfastest_with_timeout()
Dnis_call.c61 if (bind->clnt != NULL) in __nisbind_destroy()
64 auth_destroy (bind->clnt->cl_auth); in __nisbind_destroy()
65 clnt_destroy (bind->clnt); in __nisbind_destroy()
73 if (bind->clnt != NULL) in libnsl_hidden_nolink_def()
76 auth_destroy (bind->clnt->cl_auth); in libnsl_hidden_nolink_def()
77 clnt_destroy (bind->clnt); in libnsl_hidden_nolink_def()
78 bind->clnt = NULL; in libnsl_hidden_nolink_def()
210 dbp->clnt = clntudp_create (&dbp->addr, NIS_PROG, NIS_VERSION, in __nisbind_connect()
213 dbp->clnt = clnttcp_create (&dbp->addr, NIS_PROG, NIS_VERSION, in __nisbind_connect()
216 if (dbp->clnt == NULL) in __nisbind_connect()
[all …]
Dypclnt.c729 CLIENT *clnt; in yp_all() local
757 clnt = clnttcp_create (&clnt_sin, YPPROG, YPVERS, &clnt_sock, 0, 0); in yp_all()
758 if (clnt == NULL) in yp_all()
769 result = clnt_call (clnt, YPPROC_ALL, (xdrproc_t) xdr_ypreq_nokey, in yp_all()
777 clnt_perror (clnt, "yp_all: clnt_call"); in yp_all()
783 clnt_destroy (clnt); in yp_all()
954 CLIENT *clnt; in libnsl_hidden_nolink_def() local
979 clnt = clnt_create (master, YPU_PROG, YPU_VERS, "tcp"); in libnsl_hidden_nolink_def()
984 if (clnt == NULL) in libnsl_hidden_nolink_def()
990 if (!clnt_control (clnt, CLGET_SERVER_ADDR, (char *) &saddr)) in libnsl_hidden_nolink_def()
[all …]
Dnis_lookup.c78 result = clnt_call (bptr.clnt, NIS_LOOKUP, in nis_lookup()
Dnis_table.c147 result = clnt_call (bptr->clnt, NIS_LOOKUP, (xdrproc_t) _xdr_ns_request, in get_tablepath()
309 clnt_status = clnt_call (bptr.clnt, NIS_IBLIST, in libnsl_hidden_nolink_def()
Dnis_callback.c225 if (clnt_call (bptr->clnt, NIS_CALLBACK, (xdrproc_t) xdr_netobj, in internal_nis_do_callback()
/glibc-2.36/nis/rpcsvc/
Dnislib.h256 CLIENT *clnt; /* RPC CLIENT handle */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.7442 * sunrpc/rpc/pmap_clnt.h: Include rpc/clnt.h.
892 * sunrpc/get_myaddr.c: Include rpc/clnt.h for prototypes.
969 * sunrpc/rpc/clnt.h: Add get_myaddress prototype.
6899 * rpc/clnt.h: Likewise.
9443 * sunrpc/rpc/clnt.h: Likewise.
10403 * hurd/Makefile (sunrpc-headers): Add clnt.h.
11193 * sunrpc/rpc/clnt.h: Likewise.
13307 * sunrpc/rpc/rpc_msg.h: Include <rpc/clnt.h>.
DChangeLog.8644 * sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes.
1262 * sunrpc/rpc/clnt.h: Likewise.
3329 * sunrpc/rpc/clnt.h: Document, which control flags are not
8433 * nis/ypclnt.c: Give clnt handle after error checking free, change
DChangeLog.62940 * sunrpc/rpc/clnt.h (clntudp_create, clntudp_bufcreate): Likewise
8615 * sunrpc/rpc/clnt.h: Ditto.
8632 * sunrpc/rpc/clnt.h: Likewise.
DChangeLog.128253 * include/rpc/clnt.h: Likewise.
8373 * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
DChangeLog.101348 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
5165 * sunrpc/rpc/clnt.h: Likewise.
DChangeLog.134076 * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
6721 * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
DChangeLog.174935 * sunrpc/rpc/clnt.h: Likewise.
6309 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
DChangeLog.212233 * include/rpc/clnt.h: Modified.
/glibc-2.36/posix/
Dtst-regex.input644 * sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes.
1262 * sunrpc/rpc/clnt.h: Likewise.
3329 * sunrpc/rpc/clnt.h: Document, which control flags are not
8433 * nis/ypclnt.c: Give clnt handle after error checking free, change
/glibc-2.36/benchtests/strcoll-inputs/
Dfilelist#C14142 clnt.h
14574 clnt.h
Dfilelist#en_US.UTF-814142 clnt.h
14574 clnt.h

12