include/rpc/clnt.h
267
extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
include/rpc/clnt.h
281
extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
296
extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
include/rpc/clnt.h
312
extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
329
extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
include/rpc/clnt.h
342
extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
356
extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
include/rpc/clnt.h
372
extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
include/rpc/clnt.h
378
extern CLIENT *clntunix_create(struct sockaddr_un *,
include/rpc/clnt.h
392
extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
include/rpc/clnt.h
411
extern CLIENT *clnt_raw_create(rpcprog_t, rpcvers_t);
include/rpc/clnt.h
436
extern void clnt_perror(CLIENT *, const char *); /* stderr */
include/rpc/clnt.h
437
extern char *clnt_sperror(CLIENT *, const char *); /* string */
include/rpc/clnt_soc.h
101
extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, u_long, u_long,
include/rpc/clnt_soc.h
65
extern CLIENT *clnttcp_create(struct sockaddr_in *, u_long, u_long, int *,
include/rpc/clnt_soc.h
73
extern CLIENT *clntraw_create(u_long, u_long);
include/rpc/clnt_soc.h
99
extern CLIENT *clntudp_create(struct sockaddr_in *, u_long, u_long,
include/rpc/rpc_com.h
71
void *rpc_nullproc(CLIENT *);
include/rpc/rpc_com.h
75
const char *, CLIENT **);
include/rpcsvc/nislib.h
133
CLIENT *nis_make_rpchandle(nis_server *, int, u_long, u_long, u_long,
include/rpcsvc/nislib.h
145
nis_server *__nis_init_callback(CLIENT *,
include/rpcsvc/nislib.h
148
int __nis_run_callback(netobj *, u_long, struct timeval *, CLIENT *);
include/rpcsvc/nislib.h
167
CLIENT *__get_ti_clnt(char *, CLIENT *, char **, pid_t *);
include/rpcsvc/yp_prot.h
200
CLIENT *dom_client;
lib/libc/rpc/auth_time.c
240
CLIENT *clnt; /* Client handle */
lib/libc/rpc/clnt_dg.c
139
CLIENT *
lib/libc/rpc/clnt_dg.c
147
CLIENT *cl = NULL; /* client handle */
lib/libc/rpc/clnt_dg.c
213
if ((cl = mem_alloc(sizeof (CLIENT))) == NULL)
lib/libc/rpc/clnt_dg.c
275
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_dg.c
283
clnt_dg_call(CLIENT *cl, /* client handle */
lib/libc/rpc/clnt_dg.c
525
clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp)
lib/libc/rpc/clnt_dg.c
533
clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_dg.c
556
clnt_dg_abort(CLIENT *h __unused)
lib/libc/rpc/clnt_dg.c
561
clnt_dg_control(CLIENT *cl, u_int request, void *info)
lib/libc/rpc/clnt_dg.c
63
static void clnt_dg_abort(CLIENT *);
lib/libc/rpc/clnt_dg.c
64
static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_dg.c
66
static bool_t clnt_dg_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_dg.c
67
static void clnt_dg_destroy(CLIENT *);
lib/libc/rpc/clnt_dg.c
68
static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_dg.c
69
static void clnt_dg_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/clnt_dg.c
704
clnt_dg_destroy(CLIENT *cl)
lib/libc/rpc/clnt_dg.c
726
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_generic.c
108
CLIENT *
lib/libc/rpc/clnt_generic.c
113
CLIENT *clnt;
lib/libc/rpc/clnt_generic.c
176
CLIENT *
lib/libc/rpc/clnt_generic.c
192
CLIENT *
lib/libc/rpc/clnt_generic.c
197
CLIENT *clnt = NULL;
lib/libc/rpc/clnt_generic.c
278
CLIENT *
lib/libc/rpc/clnt_generic.c
292
CLIENT *
lib/libc/rpc/clnt_generic.c
297
CLIENT *cl = NULL; /* client handle */
lib/libc/rpc/clnt_generic.c
344
CLIENT *
lib/libc/rpc/clnt_generic.c
349
CLIENT *cl; /* client handle */
lib/libc/rpc/clnt_generic.c
93
CLIENT *
lib/libc/rpc/clnt_perror.c
176
clnt_perror(CLIENT *rpch, const char *s)
lib/libc/rpc/clnt_perror.c
71
clnt_sperror(CLIENT *rpch, const char *s)
lib/libc/rpc/clnt_raw.c
136
clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp,
lib/libc/rpc/clnt_raw.c
229
clnt_raw_geterr(CLIENT *cl __unused, struct rpc_err *err __unused)
lib/libc/rpc/clnt_raw.c
236
clnt_raw_freeres(CLIENT *cl __unused, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_raw.c
255
clnt_raw_abort(CLIENT *cl __unused)
lib/libc/rpc/clnt_raw.c
261
clnt_raw_control(CLIENT *cl __unused, u_int ui __unused, void *str __unused)
lib/libc/rpc/clnt_raw.c
268
clnt_raw_destroy(CLIENT *cl __unused)
lib/libc/rpc/clnt_raw.c
63
CLIENT client_object;
lib/libc/rpc/clnt_raw.c
73
static void clnt_raw_abort(CLIENT *);
lib/libc/rpc/clnt_raw.c
74
static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_raw.c
76
static bool_t clnt_raw_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_raw.c
77
static void clnt_raw_destroy(CLIENT *);
lib/libc/rpc/clnt_raw.c
78
static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_raw.c
79
static void clnt_raw_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/clnt_raw.c
85
CLIENT *
lib/libc/rpc/clnt_raw.c
91
CLIENT *client = &clp->client_object;
lib/libc/rpc/clnt_simple.c
66
CLIENT *client; /* Client handle */
lib/libc/rpc/clnt_vc.c
151
CLIENT *
lib/libc/rpc/clnt_vc.c
159
CLIENT *cl; /* client handle */
lib/libc/rpc/clnt_vc.c
173
cl = (CLIENT *)mem_alloc(sizeof (*cl));
lib/libc/rpc/clnt_vc.c
301
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_vc.c
307
clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr,
lib/libc/rpc/clnt_vc.c
427
clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp)
lib/libc/rpc/clnt_vc.c
439
clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_vc.c
468
clnt_vc_abort(CLIENT *cl __unused)
lib/libc/rpc/clnt_vc.c
473
clnt_vc_control(CLIENT *cl, u_int request, void *info)
lib/libc/rpc/clnt_vc.c
601
clnt_vc_destroy(CLIENT *cl)
lib/libc/rpc/clnt_vc.c
624
mem_free(cl, sizeof(CLIENT));
lib/libc/rpc/clnt_vc.c
85
static void clnt_vc_abort(CLIENT *);
lib/libc/rpc/clnt_vc.c
86
static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_vc.c
88
static bool_t clnt_vc_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_vc.c
89
static void clnt_vc_destroy(CLIENT *);
lib/libc/rpc/clnt_vc.c
90
static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_vc.c
91
static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/crypt_client.c
49
CLIENT *clnt;
lib/libc/rpc/key_call.c
264
CLIENT *client; /* Client handle */
lib/libc/rpc/key_call.c
285
static CLIENT *
lib/libc/rpc/key_call.c
406
CLIENT *clnt;
lib/libc/rpc/pmap_getmaps.c
75
CLIENT *client;
lib/libc/rpc/pmap_getport.c
71
CLIENT *client;
lib/libc/rpc/pmap_rmt.c
81
CLIENT *client;
lib/libc/rpc/rpc_com.h
71
void *rpc_nullproc(CLIENT *);
lib/libc/rpc/rpc_com.h
75
const struct netconfig *, const char *host, CLIENT **clpp,
lib/libc/rpc/rpc_generic.c
441
rpc_nullproc(CLIENT *clnt)
lib/libc/rpc/rpc_soc.c
153
CLIENT *
lib/libc/rpc/rpc_soc.c
157
CLIENT *cl;
lib/libc/rpc/rpc_soc.c
168
CLIENT *
lib/libc/rpc/rpc_soc.c
177
CLIENT *
lib/libc/rpc/rpc_soc.c
186
CLIENT *
lib/libc/rpc/rpc_soc.c
400
CLIENT *
lib/libc/rpc/rpc_soc.c
405
CLIENT *cl;
lib/libc/rpc/rpc_soc.c
71
static CLIENT *clnt_com_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
lib/libc/rpc/rpc_soc.c
83
static CLIENT *
lib/libc/rpc/rpc_soc.c
87
CLIENT *cl;
lib/libc/rpc/rpcb_clnt.c
1071
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1123
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
116
static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
lib/libc/rpc/rpcb_clnt.c
117
static CLIENT *local_rpcb(void);
lib/libc/rpc/rpcb_clnt.c
1194
CLIENT *client = NULL;
lib/libc/rpc/rpcb_clnt.c
1253
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1285
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
297
static CLIENT *
lib/libc/rpc/rpcb_clnt.c
300
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
443
static CLIENT *
lib/libc/rpc/rpcb_clnt.c
446
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
546
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
603
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
726
CLIENT **clpp, struct timeval *tp)
lib/libc/rpc/rpcb_clnt.c
729
CLIENT *client = NULL;
lib/libc/yp/yplib.c
305
CLIENT *client;
lib/libc/yp/yplib.c
81
CLIENT *dom_client;
lib/libc/yp/yplib.c
883
CLIENT *clnt;
lib/librpcsvc/yp_update.c
67
CLIENT *clnt;
lib/libypclnt/ypclnt_passwd.c
143
CLIENT *clnt = NULL;
lib/libypclnt/ypclnt_passwd.c
241
CLIENT *clnt = NULL;
lib/libypclnt/ypclnt_passwd.c
69
CLIENT *clnt = NULL;
libexec/rbootd/conf.c
82
CLIENT *Clients = NULL; /* list of addrs we'll accept */
libexec/rbootd/defs.h
145
extern CLIENT *Clients; /* list of addrs we'll accept */
libexec/rbootd/defs.h
163
CLIENT *FindClient (RMPCONN *);
libexec/rbootd/defs.h
170
CLIENT *NewClient (u_int8_t *);
libexec/rbootd/defs.h
175
void ProcessPacket (RMPCONN *, CLIENT *);
libexec/rbootd/parseconf.c
80
CLIENT *client;
libexec/rbootd/rbootd.c
239
CLIENT *client, *FindClient();
libexec/rbootd/rbootd.c
331
CLIENT *
libexec/rbootd/rbootd.c
334
CLIENT *ctmp;
libexec/rbootd/rmpproto.c
80
ProcessPacket(RMPCONN *rconn, CLIENT *client)
libexec/rbootd/utils.c
264
CLIENT *
libexec/rbootd/utils.c
267
CLIENT *ctmp;
libexec/rbootd/utils.c
269
if ((ctmp = (CLIENT *) malloc(sizeof(CLIENT))) == NULL) {
libexec/rbootd/utils.c
275
memset(ctmp, 0, sizeof(CLIENT));
libexec/rbootd/utils.c
299
CLIENT *ctmp;
libexec/ypxfr/ypxfr_getmap.c
62
CLIENT *clnt;
libexec/ypxfr/ypxfr_main.c
69
CLIENT *clnt;
libexec/ypxfr/ypxfr_misc.c
150
CLIENT *clnt;
libexec/ypxfr/ypxfr_misc.c
215
CLIENT *clnt;
libexec/ypxfr/ypxfr_misc.c
260
CLIENT *clnt;
libexec/ypxfr/ypxfrd_getmap.c
104
CLIENT *clnt;
sbin/mount_nfs/mount_nfs.c
599
CLIENT *clp;
sbin/umount/umount.c
406
CLIENT *clp;
share/examples/sunrpc/dir/rls.c
15
CLIENT *cl;
share/examples/sunrpc/msg/rprintmsg.c
13
CLIENT *cl;
usr.bin/quota/quota.c
650
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
1221
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
1225
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
124
static CLIENT *clnt_com_create(struct sockaddr_in *, u_long, u_long, int *,
usr.bin/rpcinfo/rpcinfo.c
1257
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
134
static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
135
static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
1356
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
136
static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
usr.bin/rpcinfo/rpcinfo.c
138
static CLIENT *local_rpcb(u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
139
static int pstatus(CLIENT *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
1512
pstatus(CLIENT *client, u_long prog, u_long vers)
usr.bin/rpcinfo/rpcinfo.c
1529
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
1537
CLIENT *clnt = NULL;
usr.bin/rpcinfo/rpcinfo.c
1560
static CLIENT*
usr.bin/rpcinfo/rpcinfo.c
1566
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
305
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
310
CLIENT *clnt;
usr.bin/rpcinfo/rpcinfo.c
329
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
333
CLIENT *clnt;
usr.bin/rpcinfo/rpcinfo.c
366
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
464
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
664
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
875
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
977
CLIENT *client;
usr.bin/rup/rup.c
170
CLIENT *rstat_clnt;
usr.bin/rusers/rusers.c
173
CLIENT *rusers_clnt;
usr.bin/rwall/rwall.c
66
CLIENT *cl;
usr.bin/showmount/showmount.c
228
CLIENT *client;
usr.bin/ypwhich/ypwhich.c
94
CLIENT *client;
usr.sbin/bootparamd/callbootd/callbootd.c
76
CLIENT *clnt;
usr.sbin/rpc.lockd/lock_proc.c
115
static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE];
usr.sbin/rpc.lockd/lock_proc.c
148
CLIENT *
usr.sbin/rpc.lockd/lock_proc.c
151
CLIENT *client;
usr.sbin/rpc.lockd/lock_proc.c
287
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
315
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
418
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
853
CLIENT *cli;
usr.sbin/rpc.lockd/lockd_lock.c
507
CLIENT *cli;
usr.sbin/rpc.lockd/lockd_lock.h
22
CLIENT *get_client(struct sockaddr *, rpcvers_t);
usr.sbin/rpc.lockd/test.c
111
nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
124
nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
137
nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
150
nlm_test_res_1(nlm_testres *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
16
nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
163
nlm_lock_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
176
nlm_cancel_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
189
nlm_unlock_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
202
nlm_granted_res_1(nlm_res *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
215
nlm_share_3(nlm_shareargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
228
nlm_unshare_3(nlm_shareargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
241
nlm_nm_lock_3(nlm_lockargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
254
nlm_free_all_3(nlm_notify *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
269
CLIENT *cli;
usr.sbin/rpc.lockd/test.c
29
nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
45
nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
58
nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
71
nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
84
nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt)
usr.sbin/rpc.lockd/test.c
97
nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt)
usr.sbin/rpc.statd/file.c
223
CLIENT *cli;
usr.sbin/rpc.statd/procs.c
305
CLIENT *cli;
usr.sbin/rpc.statd/test.c
15
sm_stat_1(struct sm_name *argp, CLIENT *clnt)
usr.sbin/rpc.statd/test.c
28
sm_mon_1(struct mon *argp, CLIENT *clnt)
usr.sbin/rpc.statd/test.c
41
sm_unmon_1(struct mon_id *argp, CLIENT *clnt)
usr.sbin/rpc.statd/test.c
54
sm_unmon_all_1(struct my_id *argp, CLIENT *clnt)
usr.sbin/rpc.statd/test.c
67
sm_simu_crash_1(void *argp, CLIENT *clnt)
usr.sbin/rpc.statd/test.c
82
CLIENT *cli;
usr.sbin/rpc.umntall/rpc.umntall.c
175
CLIENT *clp;
usr.sbin/rpc.umntall/rpc.umntall.c
203
CLIENT *clp;
usr.sbin/spray/spray.c
63
CLIENT *cl;
usr.sbin/ypbind/yp_ping.c
115
CLIENT *client;
usr.sbin/ypbind/yp_ping.c
148
ypproc_domain_nonack_2_send(domainname *argp, CLIENT *clnt)
usr.sbin/ypbind/yp_ping.c
167
ypproc_domain_nonack_2_recv(domainname *argp, CLIENT *clnt)
usr.sbin/ypbind/yp_ping.c
221
CLIENT *clnt;
usr.sbin/ypbind/ypbind.c
155
ypbindproc_null_2_yp(SVCXPRT *transp, void *argp, CLIENT *clnt)
usr.sbin/ypbind/ypbind.c
164
ypbindproc_domain_2_yp(SVCXPRT *transp, domainname *argp, CLIENT *clnt)
usr.sbin/ypbind/ypbind.c
234
ypbindproc_setdom_2_yp(SVCXPRT *transp, ypbind_setdom *argp, CLIENT *clnt)
usr.sbin/ypbind/ypbind.c
763
CLIENT *client_handle;
usr.sbin/ypbind/ypbind.c
95
void *ypbindproc_null_2_yp(SVCXPRT *, void *, CLIENT *);
usr.sbin/ypbind/ypbind.c
96
void *ypbindproc_setdom_2_yp(SVCXPRT *, struct ypbind_setdom *, CLIENT *);
usr.sbin/yppush/yppush_main.c
284
CLIENT *clnt;
usr.sbin/ypserv/yp_server.c
272
CLIENT *clnt;
usr.sbin/ypset/ypset.c
64
CLIENT *client;