/glibc-2.36/sunrpc/ |
D | tst-udp-timeout.c | 194 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 …]
|
D | tst-udp-nonblocking.c | 229 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 …]
|
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()
|
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()
|
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()
|
D | tst-bug22542.c | 37 CLIENT *clnt = clnt_create (name, 0, 0, "unix"); in do_test() local 39 TEST_VERIFY (clnt == NULL); in do_test()
|
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()
|
/glibc-2.36/nis/ |
D | nis_findserv.c | 81 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()
|
D | nis_call.c | 61 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 …]
|
D | ypclnt.c | 729 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 …]
|
D | nis_lookup.c | 78 result = clnt_call (bptr.clnt, NIS_LOOKUP, in nis_lookup()
|
D | nis_table.c | 147 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()
|
D | nis_callback.c | 225 if (clnt_call (bptr->clnt, NIS_CALLBACK, (xdrproc_t) xdr_netobj, in internal_nis_do_callback()
|
/glibc-2.36/nis/rpcsvc/ |
D | nislib.h | 256 CLIENT *clnt; /* RPC CLIENT handle */ member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 442 * 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>.
|
D | ChangeLog.8 | 644 * 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
|
D | ChangeLog.6 | 2940 * sunrpc/rpc/clnt.h (clntudp_create, clntudp_bufcreate): Likewise 8615 * sunrpc/rpc/clnt.h: Ditto. 8632 * sunrpc/rpc/clnt.h: Likewise.
|
D | ChangeLog.12 | 8253 * include/rpc/clnt.h: Likewise. 8373 * sunrpc/rpc_dtable.c: Include rpc/clnt.h for prototypes.
|
D | ChangeLog.10 | 1348 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create, 5165 * sunrpc/rpc/clnt.h: Likewise.
|
D | ChangeLog.13 | 4076 * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror, 6721 * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
|
D | ChangeLog.17 | 4935 * sunrpc/rpc/clnt.h: Likewise. 6309 * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
|
D | ChangeLog.21 | 2233 * include/rpc/clnt.h: Modified.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 644 * 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/ |
D | filelist#C | 14142 clnt.h 14574 clnt.h
|
D | filelist#en_US.UTF-8 | 14142 clnt.h 14574 clnt.h
|