Searched refs:CLIENT (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | key_prot.h | 213 extern "C" keystatus * key_set_1(opaque *, CLIENT *); 222 extern "C" des_block * key_gen_1(void *, CLIENT *); 230 extern keystatus * key_set_1(opaque *, CLIENT *); 239 extern des_block * key_gen_1(void *, CLIENT *); 265 extern "C" keystatus * key_set_2(opaque *, CLIENT *); 271 extern "C" des_block * key_gen_2(void *, CLIENT *); 285 extern "C" key_netstres * key_net_get_2(void *, CLIENT *); 292 extern keystatus * key_set_2(opaque *, CLIENT *); 298 extern des_block * key_gen_2(void *, CLIENT *); 312 extern key_netstres * key_net_get_2(void *, CLIENT *); [all …]
|
A D | clnt.h | 132 typedef struct CLIENT CLIENT; typedef 133 struct CLIENT { struct 144 void (*cl_geterr) (CLIENT *, struct rpc_err *); 146 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t); 148 void (*cl_destroy) (CLIENT *); /* destroy this structure */ 149 bool_t (*cl_control) (CLIENT *, int, char *); 284 extern CLIENT *clntraw_create (const u_long __prog, const u_long __vers) 298 extern CLIENT *clnt_create (const char *__host, const u_long __prog, 344 extern CLIENT *clntudp_bufcreate (struct sockaddr_in *__raddr, 390 extern void clnt_perror (CLIENT *__clnt, const char *__msg); [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | clnt_raw.c | 58 CLIENT client_object; 70 static enum clnt_stat clntraw_call (CLIENT *, u_long, xdrproc_t, caddr_t, 73 static void clntraw_geterr (CLIENT *, struct rpc_err *); 74 static bool_t clntraw_freeres (CLIENT *, xdrproc_t, caddr_t); 75 static bool_t clntraw_control (CLIENT *, int, char *); 76 static void clntraw_destroy (CLIENT *); 91 CLIENT * 97 CLIENT *client = &clp->client_object; in clntraw_create() 135 clntraw_call (CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in clntraw_call() 218 clntraw_freeres (CLIENT *cl attribute_unused, xdrproc_t xdr_res, caddr_t res_ptr) in clntraw_freeres() [all …]
|
A D | clnt_tcp.c | 86 static void clnttcp_destroy (CLIENT *); 112 CLIENT * 116 CLIENT *h; in clnttcp_create() 120 h = (CLIENT *) mem_alloc (sizeof (*h)); in clnttcp_create() 140 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 141 return ((CLIENT *) NULL); in clnttcp_create() 220 mem_free ((caddr_t) h, sizeof (CLIENT)); in clnttcp_create() 221 return ((CLIENT *) NULL); in clnttcp_create() 329 clnttcp_geterr (CLIENT *h, struct rpc_err *errp) in clnttcp_geterr() 435 clnttcp_destroy (CLIENT *h) in clnttcp_destroy() [all …]
|
A D | clnt_udp.c | 67 static void clntudp_destroy (CLIENT *); 115 CLIENT * 120 CLIENT *cl; in clntudp_bufcreate() 124 cl = (CLIENT *) mem_alloc (sizeof (CLIENT)); in clntudp_bufcreate() 204 mem_free ((caddr_t) cl, sizeof (CLIENT)); in clntudp_bufcreate() 205 return (CLIENT *) NULL; in clntudp_bufcreate() 209 CLIENT * in libc_hidden_def() 247 CLIENT *cl, /* client handle */ in clntudp_call() 474 clntudp_geterr (CLIENT *cl, struct rpc_err *errp) in clntudp_geterr() 581 clntudp_destroy (CLIENT *cl) in clntudp_destroy() [all …]
|
A D | clnt_unix.c | 82 static bool_t clntunix_control (CLIENT *, int, char *); 83 static void clntunix_destroy (CLIENT *); 109 CLIENT * 113 CLIENT *h; in clntunix_create() 118 h = (CLIENT *) mem_alloc (sizeof (*h)); in clntunix_create() 198 mem_free ((caddr_t) h, sizeof (CLIENT)); in clntunix_create() 199 return (CLIENT *) NULL; in clntunix_create() 305 clntunix_geterr (CLIENT *h, struct rpc_err *errp) in clntunix_geterr() 328 clntunix_control (CLIENT *cl, int request, char *info) in clntunix_control() 409 clntunix_destroy (CLIENT *h) in clntunix_destroy() [all …]
|
A D | pmap_clnt.c | 118 CLIENT *client; in pmap_set() 126 if (client == (CLIENT *) NULL) in pmap_set() 154 CLIENT *client; in libc_hidden_def() 162 if (client == (CLIENT *) NULL) in libc_hidden_def()
|
A D | pm_getmaps.c | 62 CLIENT *client; in pmap_getmaps() 71 if (client != (CLIENT *) NULL) in pmap_getmaps()
|
A D | pm_getport.c | 64 CLIENT *client; in pmap_getport() 82 if (client != (CLIENT *) NULL) in pmap_getport()
|
A D | clnt_generic.c | 46 CLIENT * 60 CLIENT *client; in clnt_create()
|
A D | clnt_perror.c | 197 clnt_sperror (CLIENT * rpch, const char *msg) in clnt_sperror() 282 clnt_perror (CLIENT * rpch, const char *msg) in libc_hidden_def()
|
A D | clnt_simple.c | 53 CLIENT *client;
|
A D | pmap_rmt.c | 73 CLIENT *client; in pmap_rmtcall() 80 if (client != (CLIENT *) NULL) in pmap_rmtcall()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.dat | 1608 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
|
Completed in 16 milliseconds