/sunrpc/rpc/ |
A D | key_prot.h | 210 extern "C" keystatus * key_set_1(opaque *, CLIENT *); 219 extern "C" des_block * key_gen_1(void *, CLIENT *); 227 extern keystatus * key_set_1(opaque *, CLIENT *); 236 extern des_block * key_gen_1(void *, CLIENT *); 262 extern "C" keystatus * key_set_2(opaque *, CLIENT *); 268 extern "C" des_block * key_gen_2(void *, CLIENT *); 282 extern "C" key_netstres * key_net_get_2(void *, CLIENT *); 289 extern keystatus * key_set_2(opaque *, CLIENT *); 295 extern des_block * key_gen_2(void *, CLIENT *); 309 extern key_netstres * key_net_get_2(void *, CLIENT *); [all …]
|
A D | clnt.h | 129 typedef struct CLIENT CLIENT; typedef 130 struct CLIENT { struct 137 void (*cl_geterr) (CLIENT *, struct rpc_err *); 139 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t); 141 void (*cl_destroy) (CLIENT *); /* destroy this structure */ 142 bool_t (*cl_control) (CLIENT *, int, char *); 277 extern CLIENT *clntraw_create (const u_long __prog, const u_long __vers) 291 extern CLIENT *clnt_create (const char *__host, const u_long __prog, 335 extern CLIENT *clntudp_bufcreate (struct sockaddr_in *__raddr, 379 extern void clnt_perror (CLIENT *__clnt, const char *__msg); [all …]
|
/sunrpc/ |
A D | clnt_raw.c | 52 CLIENT client_object; 67 static void clntraw_geterr (CLIENT *, struct rpc_err *); 68 static bool_t clntraw_freeres (CLIENT *, xdrproc_t, caddr_t); 69 static bool_t clntraw_control (CLIENT *, int, char *); 70 static void clntraw_destroy (CLIENT *); 85 CLIENT * 91 CLIENT *client; in clntraw_create() 211 clntraw_geterr (CLIENT *cl, struct rpc_err *err) in clntraw_geterr() 217 clntraw_freeres (CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntraw_freeres() 238 clntraw_control (CLIENT *cl, int i, char *c) in clntraw_control() [all …]
|
A D | clnt_tcp.c | 85 static void clnttcp_destroy (CLIENT *); 111 CLIENT * 115 CLIENT *h; in clnttcp_create() 119 h = (CLIENT *) mem_alloc (sizeof (*h)); in clnttcp_create() 139 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 140 return ((CLIENT *) NULL); in clnttcp_create() 218 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 219 return ((CLIENT *) NULL); in clnttcp_create() 331 clnttcp_geterr (CLIENT *h, struct rpc_err *errp) in clnttcp_geterr() 447 clnttcp_destroy (CLIENT *h) in clnttcp_destroy() [all …]
|
A D | clnt_udp.c | 73 static void clntudp_destroy (CLIENT *); 123 CLIENT * 128 CLIENT *cl; in __libc_clntudp_bufcreate() 132 cl = (CLIENT *) mem_alloc (sizeof (CLIENT)); in __libc_clntudp_bufcreate() 208 mem_free ((caddr_t) cl, sizeof (CLIENT)); in __libc_clntudp_bufcreate() 209 return (CLIENT *) NULL; in __libc_clntudp_bufcreate() 217 CLIENT * in libc_hidden_def() 227 CLIENT * in libc_hidden_nolink_sunrpc() 266 CLIENT *cl, in clntudp_call() 646 clntudp_destroy (CLIENT *cl) in clntudp_destroy() [all …]
|
A D | thrsvc.c | 17 CLIENT *client; 54 a.client = (CLIENT *)arg; in thread_wrapper() 57 a.client = (CLIENT *)arg; in thread_wrapper() 70 CLIENT *clnt; in main()
|
A D | clnt_unix.c | 85 static bool_t clntunix_control (CLIENT *, int, char *); 86 static void clntunix_destroy (CLIENT *); 112 CLIENT * 116 CLIENT *h; in clntunix_create() 121 h = (CLIENT *) mem_alloc (sizeof (*h)); in clntunix_create() 201 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create() 202 return (CLIENT *) NULL; in clntunix_create() 308 clntunix_geterr (CLIENT *h, struct rpc_err *errp) in clntunix_geterr() 331 clntunix_control (CLIENT *cl, int request, char *info) in clntunix_control() 421 clntunix_destroy (CLIENT *h) in clntunix_destroy() [all …]
|
A D | pmap_clnt.c | 110 CLIENT *client; in pmap_set() 118 if (client == (CLIENT *) NULL) in pmap_set() 146 CLIENT *client; in libc_hidden_nolink_sunrpc() 154 if (client == (CLIENT *) NULL) in libc_hidden_nolink_sunrpc()
|
A D | pm_getmaps.c | 59 CLIENT *client; in pmap_getmaps() 72 if (client != (CLIENT *) NULL) in pmap_getmaps()
|
A D | key_call.c | 215 CLIENT *client; in libc_hidden_nolink_sunrpc() 386 CLIENT *client; /* Client handle */ 396 static CLIENT * in __libc_lock_define_initialized() 412 return (CLIENT *) NULL; in __libc_lock_define_initialized() 451 return ((CLIENT *) NULL); in __libc_lock_define_initialized() 459 if ((kcp->client == (CLIENT *) NULL)) in __libc_lock_define_initialized() 463 if (kcp->client == (CLIENT *) NULL) in __libc_lock_define_initialized() 464 return (CLIENT *) NULL; in __libc_lock_define_initialized() 473 return (CLIENT *) NULL; in __libc_lock_define_initialized() 491 CLIENT *clnt; in key_call_socket()
|
A D | clnt_gen.c | 45 CLIENT * 56 CLIENT *client; in clnt_create()
|
A D | pm_getport.c | 93 CLIENT *client; in __libc_rpc_getport() 110 if (client != (CLIENT *) NULL) in __libc_rpc_getport()
|
A D | tst-udp-error.c | 49 CLIENT *clnt = clntudp_create in do_test()
|
A D | tst-udp-timeout.c | 194 test_call (CLIENT *clnt, int proc, struct test_query query, in test_call() 211 test_call_timeout (CLIENT *clnt, int proc, struct test_query query, in test_call_timeout() 225 test_call_flush (CLIENT *clnt) in test_call_flush() 270 CLIENT *clnt = clntudp_create (&sin, PROGNUM, VERSNUM, in test_udp_server()
|
A D | tst-udp-garbage.c | 89 CLIENT *clnt = clntudp_create (&server_address, in do_test()
|
A D | clnt_perr.c | 54 clnt_sperror (CLIENT * rpch, const char *msg) in clnt_sperror() 130 clnt_perror (CLIENT * rpch, const char *msg) in libc_hidden_nolink_sunrpc()
|
A D | clnt_simp.c | 47 CLIENT *client;
|
A D | pmap_rmt.c | 73 CLIENT *client; in pmap_rmtcall() 80 if (client != (CLIENT *) NULL) in pmap_rmtcall()
|
A D | tst-svc_register.c | 161 CLIENT *client = clntudp_create in get_test_state()
|
A D | tst-udp-nonblocking.c | 229 CLIENT *clnt = clntudp_create (&servers[0].address, PROGNUM, VERSNUM, in do_test()
|