Home
last modified time | relevance | path

Searched refs:CLIENT (Results 1 – 20 of 20) sorted by relevance

/sunrpc/rpc/
A Dkey_prot.h210 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 Dclnt.h129 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 Dclnt_raw.c52 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 Dclnt_tcp.c85 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 Dclnt_udp.c73 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 Dthrsvc.c17 CLIENT *client;
54 a.client = (CLIENT *)arg; in thread_wrapper()
57 a.client = (CLIENT *)arg; in thread_wrapper()
70 CLIENT *clnt; in main()
A Dclnt_unix.c85 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 Dpmap_clnt.c110 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 Dpm_getmaps.c59 CLIENT *client; in pmap_getmaps()
72 if (client != (CLIENT *) NULL) in pmap_getmaps()
A Dkey_call.c215 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 Dclnt_gen.c45 CLIENT *
56 CLIENT *client; in clnt_create()
A Dpm_getport.c93 CLIENT *client; in __libc_rpc_getport()
110 if (client != (CLIENT *) NULL) in __libc_rpc_getport()
A Dtst-udp-error.c49 CLIENT *clnt = clntudp_create in do_test()
A Dtst-udp-timeout.c194 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 Dtst-udp-garbage.c89 CLIENT *clnt = clntudp_create (&server_address, in do_test()
A Dclnt_perr.c54 clnt_sperror (CLIENT * rpch, const char *msg) in clnt_sperror()
130 clnt_perror (CLIENT * rpch, const char *msg) in libc_hidden_nolink_sunrpc()
A Dclnt_simp.c47 CLIENT *client;
A Dpmap_rmt.c73 CLIENT *client; in pmap_rmtcall()
80 if (client != (CLIENT *) NULL) in pmap_rmtcall()
A Dtst-svc_register.c161 CLIENT *client = clntudp_create in get_test_state()
A Dtst-udp-nonblocking.c229 CLIENT *clnt = clntudp_create (&servers[0].address, PROGNUM, VERSNUM, in do_test()

Completed in 36 milliseconds