Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h182 } CLIENT; typedef
347 struct cred *cred, CLIENT **ncl);
349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config,
365 rpcprog_t, rpcvers_t, int retries, struct cred *cred, CLIENT **cl);
372 CLIENT **ncl);
378 CLIENT **cl);
388 extern void clnt_clts_kinit(CLIENT *h, struct netbuf *addr, int retries,
394 extern void clnt_cots_kinit(CLIENT *h, dev_t dev, int family,
400 extern void clnt_rdma_kinit(CLIENT *h, char *proto, void *handle,
421 extern enum clnt_stat clnt_clts_kcallit_addr(CLIENT *, rpcproc_t, xdrproc_t,
[all …]
H A Dclnt_soc.h86 extern CLIENT *clnttcp_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
89 extern CLIENT *clnttcp_create();
116 extern CLIENT *clntudp_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
118 extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, rpcprog_t, rpcvers_t,
121 extern CLIENT *clntudp_create();
122 extern CLIENT *clntudp_bufcreate();
133 extern CLIENT *clntraw_create(rpcprog_t, rpcvers_t);
135 extern CLIENT *clntraw_create();
H A Dclnt_rdma.c62 static int clnt_compose_rpcmsg(CLIENT *, rpcproc_t, rdma_buf_t *,
64 static int clnt_compose_rdma_header(CONN *, CLIENT *, rdma_buf_t *,
77 static enum clnt_stat clnt_rdma_kcallit(CLIENT *, rpcproc_t, xdrproc_t,
79 static void clnt_rdma_kabort(CLIENT *);
80 static void clnt_rdma_kerror(CLIENT *, struct rpc_err *);
81 static bool_t clnt_rdma_kfreeres(CLIENT *, xdrproc_t, caddr_t);
82 static void clnt_rdma_kdestroy(CLIENT *);
83 static bool_t clnt_rdma_kcontrol(CLIENT *, int, char *);
84 static int clnt_rdma_ksettimers(CLIENT *, struct rpc_timers *,
116 CLIENT cku_client; /* client handle */
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h222 extern generic_ret * create_principal_2(cprinc_arg *, CLIENT *);
225 extern generic_ret * delete_principal_2(dprinc_arg *, CLIENT *);
228 extern generic_ret * modify_principal_2(mprinc_arg *, CLIENT *);
231 extern generic_ret * rename_principal_2(rprinc_arg *, CLIENT *);
234 extern gprinc_ret * get_principal_2(gprinc_arg *, CLIENT *);
237 extern generic_ret * chpass_principal_2(chpass_arg *, CLIENT *);
240 extern chrand_ret * chrand_principal_2(chrand_arg *, CLIENT *);
243 extern generic_ret * create_policy_2(cpol_arg *, CLIENT *);
246 extern generic_ret * delete_policy_2(dpol_arg *, CLIENT *);
249 extern generic_ret * modify_policy_2(mpol_arg *, CLIENT *);
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_rpc.c37 create_principal_2(cprinc_arg *argp, CLIENT *clnt) in create_principal_2()
55 create_principal3_2(cprinc3_arg *argp, CLIENT *clnt) in create_principal3_2()
73 delete_principal_2(dprinc_arg *argp, CLIENT *clnt) in delete_principal_2()
91 modify_principal_2(mprinc_arg *argp, CLIENT *clnt) in modify_principal_2()
109 rename_principal_2(rprinc_arg *argp, CLIENT *clnt) in rename_principal_2()
127 get_principal_2(gprinc_arg *argp, CLIENT *clnt) in get_principal_2()
145 get_princs_2(gprincs_arg *argp, CLIENT *clnt) in get_princs_2()
163 chpass_principal_2(chpass_arg *argp, CLIENT *clnt) in chpass_principal_2()
181 chpass_principal3_2(chpass3_arg *argp, CLIENT *clnt) in chpass_principal3_2()
199 setv4key_principal_2(setv4key_arg *argp, CLIENT *clnt) in setv4key_principal_2()
[all …]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h124 typedef enum clnt_stat (*nlm_res_cb)(nlm4_res *, void *, CLIENT *);
125 typedef enum clnt_stat (*nlm_granted_cb)(nlm4_testargs *, nlm4_res *, CLIENT *);
126 typedef enum clnt_stat (*nlm_testres_cb)(nlm4_testres *, void *, CLIENT *);
279 CLIENT *nr_handle; /* (l) */
402 CLIENT *ns_handle; /* (c) */
403 CLIENT *ns_addr_handle; /* (c) */
541 enum clnt_stat nlm_null_rpc(CLIENT *, rpcvers_t);
543 CLIENT *, rpcvers_t);
545 CLIENT *, rpcvers_t);
547 CLIENT *, rpcvers_t);
[all …]
H A Dnlm_rpc_svc.c188 static enum clnt_stat nlm_granted_1_cb(nlm4_testargs *, nlm4_res *, CLIENT *);
228 nlm_granted_1_cb(nlm4_testargs *argp, nlm4_res *resp, CLIENT *clnt) in nlm_granted_1_cb()
321 static enum clnt_stat nlm_test_res_1_cb(nlm4_testres *, void *, CLIENT *);
348 nlm_test_res_1_cb(nlm4_testres *res4, void *null, CLIENT *clnt) in nlm_test_res_1_cb()
365 static enum clnt_stat nlm_lock_res_1_cb(nlm4_res *, void *, CLIENT *);
367 CLIENT *);
399 nlm_lock_res_1_cb(nlm4_res *resp, void *null, CLIENT *clnt) in nlm_lock_res_1_cb()
408 nlm_granted_msg_1_cb(nlm4_testargs *argp, nlm4_res *resp, CLIENT *clnt) in nlm_granted_msg_1_cb()
427 static enum clnt_stat nlm_cancel_res_1_cb(nlm4_res *, void *, CLIENT *);
455 nlm_cancel_res_1_cb(nlm4_res *res4, void *null, CLIENT *clnt) in nlm_cancel_res_1_cb()
[all …]
H A Dnlm_rpc_clnt.c91 CLIENT *client, rpcvers_t vers) in nlm_test_rpc()
122 CLIENT *client, rpcvers_t vers) in nlm_lock_rpc()
151 CLIENT *client, rpcvers_t vers) in nlm_cancel_rpc()
178 CLIENT *client, rpcvers_t vers) in nlm_unlock_rpc()
202 nlm_null_rpc(CLIENT *client, rpcvers_t vers) in nlm_null_rpc()
237 CLIENT *client, rpcvers_t vers) in nlm_share_rpc()
263 CLIENT *client, rpcvers_t vers) in nlm_unshare_rpc()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dclnt_budp.c108 CLIENT *
113 CLIENT *cl; in clntbudp_bufcreate()
117 cl = (CLIENT *)bkmem_alloc(sizeof (CLIENT)); in clntbudp_bufcreate()
122 return ((CLIENT *)NULL); in clntbudp_bufcreate()
202 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbudp_bufcreate()
203 return ((CLIENT *)NULL); in clntbudp_bufcreate()
206 CLIENT *
216 clntbudp_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clntbudp_call()
403 clntbudp_geterr(CLIENT *cl, struct rpc_err *errp) in clntbudp_geterr()
412 clntbudp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clntbudp_freeres()
[all …]
H A Dclnt_btcp.c111 CLIENT *
121 CLIENT *cl; in clntbtcp_create()
129 cl = (CLIENT *)bkmem_alloc(sizeof (CLIENT)); in clntbtcp_create()
134 return ((CLIENT *)NULL); in clntbtcp_create()
272 bkmem_free((caddr_t)cl, sizeof (CLIENT)); in clntbtcp_create()
273 return ((CLIENT *)NULL); in clntbtcp_create()
278 CLIENT *cl, in clntbtcp_call()
466 CLIENT *cl, in clntbtcp_geterr()
477 CLIENT *cl, in clntbtcp_freeres()
497 CLIENT *cl, in clntbtcp_control()
[all …]
H A Dclnt.h84 } CLIENT; typedef
196 extern CLIENT *clntbudp_create(struct sockaddr_in *raddr, rpcprog_t program,
199 extern CLIENT *clntbudp_bufcreate(struct sockaddr_in *raddr, rpcprog_t program,
216 extern CLIENT *clntbtcp_create(struct sockaddr_in *raddr, rpcprog_t program,
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c56 CLIENT client_object;
74 CLIENT *
80 CLIENT *client; in clnt_raw_create()
137 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_raw_call()
222 clnt_raw_send(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_raw_send()
269 clnt_raw_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_raw_geterr()
276 clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_raw_freeres()
295 clnt_raw_abort(CLIENT *cl, struct rpc_err *errp) in clnt_raw_abort()
301 clnt_raw_control(CLIENT *cl, int request, char *info) in clnt_raw_control()
308 clnt_raw_destroy(CLIENT *cl) in clnt_raw_destroy()
H A Dclnt_generic.c50 extern CLIENT *_clnt_vc_create_timed(int, struct netbuf *, rpcprog_t,
53 CLIENT *_clnt_tli_create_timed(int, const struct netconfig *, struct netbuf *,
69 CLIENT *
84 CLIENT *
89 CLIENT *clnt; in clnt_create_vers_timed()
157 CLIENT *
172 CLIENT *
177 CLIENT *clnt = NULL; in clnt_create_timed()
289 CLIENT *
297 CLIENT *clnt = NULL; in clnt_create_service_timed()
[all …]
H A Dsvid_funcs.c67 clnt_call(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_call()
75 clnt_send(CLIENT *cl, uint32_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_send()
81 clnt_control(CLIENT *cl, uint_t rq, char *in) in clnt_control()
87 clnt_destroy(CLIENT *cl) in clnt_destroy()
93 clnt_freeres(CLIENT *cl, xdrproc_t xres, caddr_t resp) in clnt_freeres()
99 clnt_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_geterr()
H A Dclnt_door.c78 CLIENT *
82 CLIENT *cl = NULL; /* client handle */ in clnt_door_create()
117 if ((cl = malloc(sizeof (CLIENT))) == NULL || in clnt_door_create()
175 clnt_door_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, in clnt_door_call()
298 clnt_door_send(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp) in clnt_door_send()
309 clnt_door_geterr(CLIENT *cl, struct rpc_err *errp) in clnt_door_geterr()
319 clnt_door_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnt_door_freeres()
329 clnt_door_abort(CLIENT *cl) in clnt_door_abort()
335 clnt_door_control(CLIENT *cl, int request, char *info) in clnt_door_control()
422 clnt_door_destroy(CLIENT *cl) in clnt_door_destroy()
[all …]
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c107 CLIENT *
111 CLIENT *h; in clnttcp_create()
116 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()
212 mem_free((caddr_t)h, sizeof (CLIENT)); in clnttcp_create()
217 clnttcp_call(CLIENT *h, rpcproc_t proc, xdrproc_t xdr_args, caddr_t args_ptr, in clnttcp_call()
315 clnttcp_geterr(CLIENT *h, struct rpc_err *errp) in clnttcp_geterr()
324 clnttcp_freeres(CLIENT *cl, xdrproc_t xdr_res, caddr_t res_ptr) in clnttcp_freeres()
341 clnttcp_control(CLIENT *cl, int request, char *info) in clnttcp_control()
[all …]
H A Dclnt_udp.c111 CLIENT *
121 CLIENT *cl;
126 cl = (CLIENT *)mem_alloc(sizeof (CLIENT));
197 mem_free((caddr_t)cl, sizeof (CLIENT));
198 return ((CLIENT *)NULL);
201 CLIENT *
216 register CLIENT *cl; /* client handle */ in clntudp_call()
434 CLIENT *cl; in clntudp_geterr()
445 CLIENT *cl; in clntudp_freeres()
464 CLIENT *cl; in clntudp_control()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_prot.h170 extern ufsdrc_t *ufsd_null_1(void *, CLIENT *);
173 extern ufsdrc_t *ufsd_repairfs_1(ufsd_repairfs_args_t *, CLIENT *);
177 extern ufsdrc_t *ufsd_repairfslist_1(ufsd_repairfs_list_t *, CLIENT *);
181 extern ufsdrc_t *ufsd_send_1(ufsd_msg_t *, CLIENT *);
184 extern ufsdrc_t *ufsd_recv_1(ufsd_msg_t *, CLIENT *);
187 extern ufsdrc_t *ufsd_exit_1(void *, CLIENT *);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_handle.c60 CLIENT *
66 static CLIENT *clnt;
82 return ((CLIENT *) NULL);
84 return ((CLIENT *) NULL);
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_handle.c49 CLIENT *kwarn_clnt;
55 CLIENT *
79 return ((CLIENT *)NULL);
83 return ((CLIENT *)NULL);
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_rsvd.c36 static CLIENT *
44 CLIENT *clnt = NULL; in __yp_clnt_create_rsvdport_netid_req()
96 CLIENT *
102 CLIENT *ret; in __yp_clnt_create_rsvdport()
H A Dyp_b.h58 CLIENT *dom_client;
75 CLIENT * ping_clnt;
154 extern CLIENT *__yp_clnt_create_rsvdport(const char *, rpcprog_t,
157 extern CLIENT *__clnt_create_loopback(rpcprog_t, rpcvers_t, int *);
H A Dyp_b_clnt.c48 ypbindproc_null_3(void *argp, CLIENT *clnt) in ypbindproc_null_3()
60 ypbindproc_domain_3(ypbind_domain *argp, CLIENT *clnt) in ypbindproc_domain_3()
73 ypbindproc_setdom_3(ypbind_setdom *argp, CLIENT *clnt) in ypbindproc_setdom_3()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Dspray_subr.c46 CLIENT *clnt;
55 CLIENT *clnt;
70 CLIENT *clnt;
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c93 static CLIENT *clnt_com_create(/* struct sockaddr_in *addr, long prog,
105 static CLIENT *clnt_addr_create(/* char *addr, struct netconfig *nconf,
107 static CLIENT *clnt_rpcbind_create(/* char *host, int vers */);
108 static CLIENT *getclnthandle(/* host, nconf, rpcbversnum */);
342 static CLIENT *
350 CLIENT *clnt;
361 if (clnt == (CLIENT *)NULL) {
388 CLIENT *client;
492 register CLIENT *client;
713 register CLIENT *client;
[all …]

123456