Symbol: CLIENT
crypto/krb5/src/include/gssrpc/auth_gss.h
136
AUTH *authgss_create (CLIENT *, gss_name_t, struct rpc_gss_sec *);
crypto/krb5/src/include/gssrpc/auth_gss.h
137
AUTH *authgss_create_default (CLIENT *, char *, struct rpc_gss_sec *);
crypto/krb5/src/include/gssrpc/auth_gssapi.h
106
(CLIENT *clnt, char *service_name);
crypto/krb5/src/include/gssrpc/auth_gssapi.h
93
(CLIENT *clnt,
crypto/krb5/src/include/gssrpc/clnt.h
120
enum clnt_stat (*cl_call)(struct CLIENT *,
crypto/krb5/src/include/gssrpc/clnt.h
125
void (*cl_abort)(struct CLIENT *);
crypto/krb5/src/include/gssrpc/clnt.h
127
void (*cl_geterr)(struct CLIENT *,
crypto/krb5/src/include/gssrpc/clnt.h
130
bool_t (*cl_freeres)(struct CLIENT *,
crypto/krb5/src/include/gssrpc/clnt.h
133
void (*cl_destroy)(struct CLIENT *);
crypto/krb5/src/include/gssrpc/clnt.h
136
bool_t (*cl_control)(struct CLIENT *, int,
crypto/krb5/src/include/gssrpc/clnt.h
258
extern CLIENT *clntraw_create(rpcprog_t, rpcvers_t);
crypto/krb5/src/include/gssrpc/clnt.h
263
extern CLIENT *clnt_create(char *, rpcprog_t, rpcvers_t, char *);
crypto/krb5/src/include/gssrpc/clnt.h
277
extern CLIENT *clnttcp_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
crypto/krb5/src/include/gssrpc/clnt.h
301
extern CLIENT *clntudp_create(struct sockaddr_in *, rpcprog_t,
crypto/krb5/src/include/gssrpc/clnt.h
303
extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, rpcprog_t,
crypto/krb5/src/include/gssrpc/clnt.h
321
void clnt_perror(CLIENT *, char *); /* stderr */
crypto/krb5/src/include/gssrpc/clnt.h
322
char *clnt_sperror(CLIENT *, char *); /* string */
crypto/krb5/src/include/iprop.h
200
extern void * iprop_null_1(void *, CLIENT *);
crypto/krb5/src/include/iprop.h
203
extern kdb_incr_result_t * iprop_get_updates_1(kdb_last_t *, CLIENT *);
crypto/krb5/src/include/iprop.h
206
extern kdb_fullresync_result_t * iprop_full_resync_1(void *, CLIENT *);
crypto/krb5/src/include/iprop.h
209
extern kdb_fullresync_result_t * iprop_full_resync_ext_1(uint32_t *, CLIENT *);
crypto/krb5/src/include/iprop.h
224
extern kdb_fullresync_result_t * iprop_full_resync_ext_1(uint32_t *, CLIENT *);
crypto/krb5/src/kprop/kpropd.c
108
CLIENT *clnt;
crypto/krb5/src/kprop/kpropd.c
607
full_resync(CLIENT *clnt)
crypto/krb5/src/kprop/kpropd_rpc.c
19
iprop_null_1(void *argp, CLIENT *clnt)
crypto/krb5/src/kprop/kpropd_rpc.c
34
iprop_get_updates_1(kdb_last_t *argp, CLIENT *clnt)
crypto/krb5/src/kprop/kpropd_rpc.c
49
iprop_full_resync_1(void *argp, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_internal.h
74
CLIENT * clnt;
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
105
setkey_principal4_2(setkey4_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
113
chrand_principal_2(chrand_arg *argp, chrand_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
121
chrand_principal3_2(chrand3_arg *argp, chrand_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
129
create_policy_2(cpol_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
137
delete_policy_2(dpol_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
145
modify_policy_2(mpol_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
153
get_policy_2(gpol_arg *argp, gpol_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
161
get_pols_2(gpols_arg *argp, gpols_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
169
get_privs_2(void *argp, getprivs_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
17
create_principal_2(cprinc_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
177
init_2(void *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
185
purgekeys_2(purgekeys_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
193
get_strings_2(gstrings_arg *argp, gstrings_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
201
set_string_2(sstring_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
209
get_principal_keys_2(getpkeys_arg *argp, getpkeys_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
217
create_alias_2(calias_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
25
create_principal3_2(cprinc3_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
33
delete_principal_2(dprinc_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
41
modify_principal_2(mprinc_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
49
rename_principal_2(rprinc_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
57
get_principal_2(gprinc_arg *argp, gprinc_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
65
get_princs_2(gprincs_arg *argp, gprincs_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
73
chpass_principal_2(chpass_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
81
chpass_principal3_2(chpass3_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
89
setkey_principal_2(setkey_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/clnt/client_rpc.c
97
setkey_principal3_2(setkey3_arg *argp, generic_ret *res, CLIENT *clnt)
crypto/krb5/src/lib/kadm5/kadm_rpc.h
260
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
265
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
270
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
275
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
279
extern enum clnt_stat get_principal_2(gprinc_arg *, gprinc_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
284
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
289
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
293
extern enum clnt_stat create_policy_2(cpol_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
297
extern enum clnt_stat delete_policy_2(dpol_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
301
extern enum clnt_stat modify_policy_2(mpol_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
305
extern enum clnt_stat get_policy_2(gpol_arg *, gpol_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
308
extern enum clnt_stat get_privs_2(void *, getprivs_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
311
extern enum clnt_stat init_2(void *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
314
extern enum clnt_stat get_princs_2(gprincs_arg *, gprincs_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
318
extern enum clnt_stat get_pols_2(gpols_arg *, gpols_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
322
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
330
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
335
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
340
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
345
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
349
extern enum clnt_stat purgekeys_2(purgekeys_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
353
extern enum clnt_stat get_strings_2(gstrings_arg *, gstrings_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
357
extern enum clnt_stat set_string_2(sstring_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
362
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
367
CLIENT *);
crypto/krb5/src/lib/kadm5/kadm_rpc.h
372
extern enum clnt_stat create_alias_2(calias_arg *, generic_ret *, CLIENT *);
crypto/krb5/src/lib/rpc/auth_gss.c
148
CLIENT *clnt; /* client handle */
crypto/krb5/src/lib/rpc/auth_gss.c
161
authgss_create(CLIENT *clnt, gss_name_t name, struct rpc_gss_sec *sec)
crypto/krb5/src/lib/rpc/auth_gss.c
219
authgss_create_default(CLIENT *clnt, char *service, struct rpc_gss_sec *sec)
crypto/krb5/src/lib/rpc/auth_gssapi.c
128
CLIENT *clnt,
crypto/krb5/src/lib/rpc/auth_gssapi.c
63
CLIENT *clnt;
crypto/krb5/src/lib/rpc/auth_gssapi.c
83
AUTH *auth_gssapi_create_default(CLIENT *clnt, char *service_name)
crypto/krb5/src/lib/rpc/clnt_generic.c
51
CLIENT *
crypto/krb5/src/lib/rpc/clnt_generic.c
63
CLIENT *client;
crypto/krb5/src/lib/rpc/clnt_perror.c
178
clnt_perror(CLIENT *rpch, char *s)
crypto/krb5/src/lib/rpc/clnt_perror.c
76
clnt_sperror(CLIENT *rpch, char *s)
crypto/krb5/src/lib/rpc/clnt_raw.c
135
CLIENT *h,
crypto/krb5/src/lib/rpc/clnt_raw.c
227
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_raw.c
235
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_raw.c
254
clntraw_abort(CLIENT *cl)
crypto/krb5/src/lib/rpc/clnt_raw.c
261
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_raw.c
270
clntraw_destroy(CLIENT *cl)
crypto/krb5/src/lib/rpc/clnt_raw.c
55
CLIENT client_object;
crypto/krb5/src/lib/rpc/clnt_raw.c
65
static enum clnt_stat clntraw_call(CLIENT *, rpcproc_t, xdrproc_t,
crypto/krb5/src/lib/rpc/clnt_raw.c
68
static void clntraw_abort(CLIENT *);
crypto/krb5/src/lib/rpc/clnt_raw.c
69
static void clntraw_geterr(CLIENT *, struct rpc_err *);
crypto/krb5/src/lib/rpc/clnt_raw.c
70
static bool_t clntraw_freeres(CLIENT *, xdrproc_t, void *);
crypto/krb5/src/lib/rpc/clnt_raw.c
71
static bool_t clntraw_control(CLIENT *, int, void *);
crypto/krb5/src/lib/rpc/clnt_raw.c
72
static void clntraw_destroy(CLIENT *);
crypto/krb5/src/lib/rpc/clnt_raw.c
88
CLIENT *
crypto/krb5/src/lib/rpc/clnt_raw.c
96
CLIENT *client;
crypto/krb5/src/lib/rpc/clnt_simple.c
54
CLIENT *client;
crypto/krb5/src/lib/rpc/clnt_tcp.c
123
CLIENT *
crypto/krb5/src/lib/rpc/clnt_tcp.c
132
CLIENT *h;
crypto/krb5/src/lib/rpc/clnt_tcp.c
137
h = (CLIENT *)mem_alloc(sizeof(*h));
crypto/krb5/src/lib/rpc/clnt_tcp.c
159
mem_free((caddr_t)h, sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_tcp.c
160
return ((CLIENT *)NULL);
crypto/krb5/src/lib/rpc/clnt_tcp.c
241
mem_free((caddr_t)h, sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_tcp.c
242
return ((CLIENT *)NULL);
crypto/krb5/src/lib/rpc/clnt_tcp.c
247
CLIENT *h,
crypto/krb5/src/lib/rpc/clnt_tcp.c
356
CLIENT *h,
crypto/krb5/src/lib/rpc/clnt_tcp.c
366
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_tcp.c
379
clnttcp_abort(CLIENT *cl)
crypto/krb5/src/lib/rpc/clnt_tcp.c
385
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_tcp.c
417
clnttcp_destroy(CLIENT *h)
crypto/krb5/src/lib/rpc/clnt_tcp.c
425
mem_free((caddr_t)h, sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_tcp.c
73
static enum clnt_stat clnttcp_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
crypto/krb5/src/lib/rpc/clnt_tcp.c
75
static void clnttcp_abort(CLIENT *);
crypto/krb5/src/lib/rpc/clnt_tcp.c
76
static void clnttcp_geterr(CLIENT *, struct rpc_err *);
crypto/krb5/src/lib/rpc/clnt_tcp.c
77
static bool_t clnttcp_freeres(CLIENT *, xdrproc_t, void *);
crypto/krb5/src/lib/rpc/clnt_tcp.c
78
static bool_t clnttcp_control(CLIENT *, int, void *);
crypto/krb5/src/lib/rpc/clnt_tcp.c
79
static void clnttcp_destroy(CLIENT *);
crypto/krb5/src/lib/rpc/clnt_udp.c
118
CLIENT *
crypto/krb5/src/lib/rpc/clnt_udp.c
128
CLIENT *cl;
crypto/krb5/src/lib/rpc/clnt_udp.c
133
cl = (CLIENT *)mem_alloc(sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_udp.c
210
mem_free((caddr_t)cl, sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_udp.c
211
return ((CLIENT *)NULL);
crypto/krb5/src/lib/rpc/clnt_udp.c
214
CLIENT *
crypto/krb5/src/lib/rpc/clnt_udp.c
229
CLIENT *cl, /* client handle */
crypto/krb5/src/lib/rpc/clnt_udp.c
416
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_udp.c
427
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_udp.c
441
clntudp_abort(CLIENT *h)
crypto/krb5/src/lib/rpc/clnt_udp.c
447
CLIENT *cl,
crypto/krb5/src/lib/rpc/clnt_udp.c
479
clntudp_destroy(CLIENT *cl)
crypto/krb5/src/lib/rpc/clnt_udp.c
487
mem_free((caddr_t)cl, sizeof(CLIENT));
crypto/krb5/src/lib/rpc/clnt_udp.c
64
static enum clnt_stat clntudp_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
crypto/krb5/src/lib/rpc/clnt_udp.c
66
static void clntudp_abort(CLIENT *);
crypto/krb5/src/lib/rpc/clnt_udp.c
67
static void clntudp_geterr(CLIENT *, struct rpc_err *);
crypto/krb5/src/lib/rpc/clnt_udp.c
68
static bool_t clntudp_freeres(CLIENT *, xdrproc_t, void *);
crypto/krb5/src/lib/rpc/clnt_udp.c
69
static bool_t clntudp_control(CLIENT *, int, void *);
crypto/krb5/src/lib/rpc/clnt_udp.c
70
static void clntudp_destroy(CLIENT *);
crypto/krb5/src/lib/rpc/pmap_clnt.c
151
CLIENT *client;
crypto/krb5/src/lib/rpc/pmap_clnt.c
158
if (client == (CLIENT *)NULL)
crypto/krb5/src/lib/rpc/pmap_clnt.c
70
CLIENT *client;
crypto/krb5/src/lib/rpc/pmap_clnt.c
77
if (client == (CLIENT *)NULL)
crypto/krb5/src/lib/rpc/pmap_getmaps.c
72
CLIENT *client;
crypto/krb5/src/lib/rpc/pmap_getmaps.c
79
if (client != (CLIENT *)NULL) {
crypto/krb5/src/lib/rpc/pmap_getport.c
71
CLIENT *client;
crypto/krb5/src/lib/rpc/pmap_getport.c
77
if (client != (CLIENT *)NULL) {
crypto/krb5/src/lib/rpc/pmap_rmt.c
92
CLIENT *client;
crypto/krb5/src/lib/rpc/pmap_rmt.c
99
if (client != (CLIENT *)NULL) {
crypto/krb5/src/lib/rpc/unit-test/client.c
27
CLIENT *clnt;
crypto/krb5/src/lib/rpc/unit-test/client.c
56
CLIENT *clnt;
crypto/krb5/src/lib/rpc/unit-test/rpc_test.h
10
extern char ** rpc_test_echo_1(char **, CLIENT *);
crypto/krb5/src/lib/rpc/unit-test/rpc_test_clnt.c
8
rpc_test_echo_1(char **argp, CLIENT *clnt)
include/rpc/clnt.h
266
extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
include/rpc/clnt.h
280
extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
295
extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
include/rpc/clnt.h
311
extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
328
extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
include/rpc/clnt.h
341
extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
include/rpc/clnt.h
355
extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
include/rpc/clnt.h
371
extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
include/rpc/clnt.h
377
extern CLIENT *clntunix_create(struct sockaddr_un *,
include/rpc/clnt.h
391
extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
include/rpc/clnt.h
410
extern CLIENT *clnt_raw_create(rpcprog_t, rpcvers_t);
include/rpc/clnt.h
435
extern void clnt_perror(CLIENT *, const char *); /* stderr */
include/rpc/clnt.h
436
extern char *clnt_sperror(CLIENT *, const char *); /* string */
include/rpc/clnt_soc.h
100
extern CLIENT *clntudp_create(struct sockaddr_in *, u_long, u_long,
include/rpc/clnt_soc.h
102
extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, u_long, u_long,
include/rpc/clnt_soc.h
66
extern CLIENT *clnttcp_create(struct sockaddr_in *, u_long, u_long, int *,
include/rpc/clnt_soc.h
74
extern CLIENT *clntraw_create(u_long, u_long);
include/rpc/rpc_com.h
69
void *rpc_nullproc(CLIENT *);
include/rpc/rpc_com.h
73
const char *, CLIENT **);
include/rpc/rpcsec_gss.h
143
AUTH *rpc_gss_seccreate(CLIENT *clnt, const char *principal,
include/rpcsvc/nislib.h
127
extern CLIENT * nis_make_rpchandle(nis_server *, int, u_long, u_long, u_long,
include/rpcsvc/nislib.h
139
extern nis_server * __nis_init_callback(CLIENT *,
include/rpcsvc/nislib.h
142
extern int __nis_run_callback(netobj *, u_long, struct timeval *, CLIENT *);
include/rpcsvc/nislib.h
161
extern CLIENT * __get_ti_clnt(char *, CLIENT *, char **, pid_t *);
include/rpcsvc/yp_prot.h
205
CLIENT *dom_client;
lib/libc/rpc/auth_time.c
238
CLIENT *clnt; /* Client handle */
lib/libc/rpc/clnt_dg.c
200
CLIENT *
lib/libc/rpc/clnt_dg.c
204
CLIENT *cl = NULL; /* client handle */
lib/libc/rpc/clnt_dg.c
232
if ((cl = mem_alloc(sizeof (CLIENT))) == NULL)
lib/libc/rpc/clnt_dg.c
297
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_dg.c
314
clnt_dg_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xargs, void *argsp,
lib/libc/rpc/clnt_dg.c
604
clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp)
lib/libc/rpc/clnt_dg.c
612
clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_dg.c
635
clnt_dg_abort(CLIENT *h)
lib/libc/rpc/clnt_dg.c
640
clnt_dg_control(CLIENT *cl, u_int request, void *info)
lib/libc/rpc/clnt_dg.c
77
static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_dg.c
778
clnt_dg_destroy(CLIENT *cl)
lib/libc/rpc/clnt_dg.c
79
static void clnt_dg_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/clnt_dg.c
80
static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_dg.c
801
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_dg.c
81
static void clnt_dg_abort(CLIENT *);
lib/libc/rpc/clnt_dg.c
82
static bool_t clnt_dg_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_dg.c
83
static void clnt_dg_destroy(CLIENT *);
lib/libc/rpc/clnt_generic.c
156
CLIENT *
lib/libc/rpc/clnt_generic.c
172
CLIENT *
lib/libc/rpc/clnt_generic.c
177
CLIENT *clnt = NULL;
lib/libc/rpc/clnt_generic.c
258
CLIENT *
lib/libc/rpc/clnt_generic.c
272
CLIENT *
lib/libc/rpc/clnt_generic.c
277
CLIENT *cl = NULL; /* client handle */
lib/libc/rpc/clnt_generic.c
324
CLIENT *
lib/libc/rpc/clnt_generic.c
329
CLIENT *cl; /* client handle */
lib/libc/rpc/clnt_generic.c
73
CLIENT *
lib/libc/rpc/clnt_generic.c
88
CLIENT *
lib/libc/rpc/clnt_generic.c
93
CLIENT *clnt;
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
138
clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp,
lib/libc/rpc/clnt_raw.c
230
clnt_raw_geterr(CLIENT *cl, struct rpc_err *err)
lib/libc/rpc/clnt_raw.c
237
clnt_raw_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_raw.c
256
clnt_raw_abort(CLIENT *cl)
lib/libc/rpc/clnt_raw.c
262
clnt_raw_control(CLIENT *cl, u_int ui, void *str)
lib/libc/rpc/clnt_raw.c
269
clnt_raw_destroy(CLIENT *cl)
lib/libc/rpc/clnt_raw.c
62
CLIENT client_object;
lib/libc/rpc/clnt_raw.c
72
static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_raw.c
74
static void clnt_raw_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/clnt_raw.c
75
static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_raw.c
76
static void clnt_raw_abort(CLIENT *);
lib/libc/rpc/clnt_raw.c
77
static bool_t clnt_raw_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_raw.c
78
static void clnt_raw_destroy(CLIENT *);
lib/libc/rpc/clnt_raw.c
84
CLIENT *
lib/libc/rpc/clnt_raw.c
90
CLIENT *client;
lib/libc/rpc/clnt_simple.c
65
CLIENT *client; /* Client handle */
lib/libc/rpc/clnt_vc.c
199
CLIENT *
lib/libc/rpc/clnt_vc.c
203
CLIENT *cl; /* client handle */
lib/libc/rpc/clnt_vc.c
215
cl = (CLIENT *)mem_alloc(sizeof (*cl));
lib/libc/rpc/clnt_vc.c
217
if ((cl == (CLIENT *)NULL) || (ct == (struct ct_data *)NULL)) {
lib/libc/rpc/clnt_vc.c
308
mem_free(cl, sizeof (CLIENT));
lib/libc/rpc/clnt_vc.c
309
return ((CLIENT *)NULL);
lib/libc/rpc/clnt_vc.c
313
clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr,
lib/libc/rpc/clnt_vc.c
452
clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp)
lib/libc/rpc/clnt_vc.c
464
clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
lib/libc/rpc/clnt_vc.c
493
clnt_vc_abort(CLIENT *cl)
lib/libc/rpc/clnt_vc.c
512
clnt_vc_control(CLIENT *cl, u_int request, void *info)
lib/libc/rpc/clnt_vc.c
625
clnt_vc_destroy(CLIENT *cl)
lib/libc/rpc/clnt_vc.c
652
mem_free(cl, sizeof(CLIENT));
lib/libc/rpc/clnt_vc.c
88
static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_vc.c
90
static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
lib/libc/rpc/clnt_vc.c
91
static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
lib/libc/rpc/clnt_vc.c
92
static void clnt_vc_abort(CLIENT *);
lib/libc/rpc/clnt_vc.c
93
static bool_t clnt_vc_control(CLIENT *, u_int, void *);
lib/libc/rpc/clnt_vc.c
94
static void clnt_vc_destroy(CLIENT *);
lib/libc/rpc/crypt_client.c
47
CLIENT *clnt;
lib/libc/rpc/crypt_client.c
67
if (clnt == (CLIENT *) NULL) {
lib/libc/rpc/key_call.c
259
CLIENT *client; /* Client handle */
lib/libc/rpc/key_call.c
290
static CLIENT *
lib/libc/rpc/key_call.c
310
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
316
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
341
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
349
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
365
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
383
if ((kcp->client == (CLIENT *) NULL) && (tpconf))
lib/libc/rpc/key_call.c
389
if (kcp->client == (CLIENT *) NULL) {
lib/libc/rpc/key_call.c
390
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
398
return ((CLIENT *) NULL);
lib/libc/rpc/key_call.c
417
CLIENT *clnt;
lib/libc/rpc/pmap_getmaps.c
73
CLIENT *client;
lib/libc/rpc/pmap_getport.c
69
CLIENT *client;
lib/libc/rpc/pmap_rmt.c
79
CLIENT *client;
lib/libc/rpc/rpc_com.h
69
void *rpc_nullproc(CLIENT *);
lib/libc/rpc/rpc_com.h
73
const struct netconfig *, const char *host, CLIENT **clpp,
lib/libc/rpc/rpc_generic.c
423
rpc_nullproc(CLIENT *clnt)
lib/libc/rpc/rpc_soc.c
155
CLIENT *
lib/libc/rpc/rpc_soc.c
159
CLIENT *cl;
lib/libc/rpc/rpc_soc.c
170
CLIENT *
lib/libc/rpc/rpc_soc.c
179
CLIENT *
lib/libc/rpc/rpc_soc.c
188
CLIENT *
lib/libc/rpc/rpc_soc.c
404
CLIENT *
lib/libc/rpc/rpc_soc.c
409
CLIENT *cl;
lib/libc/rpc/rpc_soc.c
72
static CLIENT *clnt_com_create(struct sockaddr_in *, rpcprog_t, rpcvers_t,
lib/libc/rpc/rpc_soc.c
85
static CLIENT *
lib/libc/rpc/rpc_soc.c
89
CLIENT *cl;
lib/libc/rpc/rpcb_clnt.c
1025
(CLIENT **) NULL, (struct timeval *) NULL)) == NULL)
lib/libc/rpc/rpcb_clnt.c
1053
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1113
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1184
CLIENT *client = NULL;
lib/libc/rpc/rpcb_clnt.c
1212
if (client == (CLIENT *) NULL) {
lib/libc/rpc/rpcb_clnt.c
1243
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
1275
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
269
static CLIENT *
lib/libc/rpc/rpcb_clnt.c
272
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
415
static CLIENT *
lib/libc/rpc/rpcb_clnt.c
418
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
521
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
578
CLIENT *client;
lib/libc/rpc/rpcb_clnt.c
701
CLIENT **clpp, struct timeval *tp)
lib/libc/rpc/rpcb_clnt.c
704
CLIENT *client = NULL;
lib/libc/rpc/rpcb_clnt.c
94
static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
lib/libc/rpc/rpcb_clnt.c
95
static CLIENT *local_rpcb(void);
lib/libc/yp/yplib.c
291
CLIENT *client;
lib/libc/yp/yplib.c
76
CLIENT *dom_client;
lib/libc/yp/yplib.c
932
CLIENT *clnt;
lib/librpcsec_gss/rpcsec_gss.c
106
CLIENT *gd_clnt; /* client handle */
lib/librpcsec_gss/rpcsec_gss.c
120
rpc_gss_seccreate(CLIENT *clnt, const char *principal,
lib/librpcsvc/yp_update.c
66
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
78
CLIENT *Clients = NULL; /* list of addrs we'll accept */
libexec/rbootd/defs.h
143
extern CLIENT *Clients; /* list of addrs we'll accept */
libexec/rbootd/defs.h
161
CLIENT *FindClient(RMPCONN *);
libexec/rbootd/defs.h
168
CLIENT *NewClient(u_int8_t *);
libexec/rbootd/defs.h
173
void ProcessPacket(RMPCONN *, CLIENT *);
libexec/rbootd/parseconf.c
77
CLIENT *client;
libexec/rbootd/rbootd.c
236
CLIENT *client;
libexec/rbootd/rbootd.c
327
CLIENT *
libexec/rbootd/rbootd.c
330
CLIENT *ctmp;
libexec/rbootd/rmpproto.c
78
ProcessPacket(RMPCONN *rconn, CLIENT *client)
libexec/rbootd/utils.c
262
CLIENT *
libexec/rbootd/utils.c
265
CLIENT *ctmp;
libexec/rbootd/utils.c
267
if ((ctmp = (CLIENT *) malloc(sizeof(CLIENT))) == NULL) {
libexec/rbootd/utils.c
273
memset(ctmp, 0, sizeof(CLIENT));
libexec/rbootd/utils.c
297
CLIENT *ctmp;
libexec/ypxfr/ypxfr_getmap.c
64
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
105
CLIENT *clnt;
sbin/mount_nfs/mount_nfs.c
770
CLIENT *clp;
sbin/umount/umount.c
341
CLIENT *clp;
share/examples/sunrpc/dir/rls.c
14
CLIENT *cl;
share/examples/sunrpc/msg/rprintmsg.c
12
CLIENT *cl;
sys/fs/nfs/nfs_commonkrpc.c
261
CLIENT *client;
sys/fs/nfs/nfs_commonkrpc.c
550
CLIENT *client, *aconn[NFS_MAXNCONN - 1];
sys/fs/nfs/nfs_var.h
583
void nfsrpc_bindconnsess(CLIENT *, void *, struct ucred *);
sys/fs/nfsclient/nfs_clrpcops.c
9877
nfsrpc_bindconnsess(CLIENT *cl, void *arg, struct ucred *cr)
sys/fs/nfsserver/nfs_nfsdstate.c
673
CLIENT *client;
sys/kgssapi/gss_accept_sec_context.c
185
CLIENT *cl;
sys/kgssapi/gss_accept_sec_context.c
67
CLIENT *cl;
sys/kgssapi/gss_acquire_cred.c
59
CLIENT *cl;
sys/kgssapi/gss_canonicalize_name.c
52
CLIENT *cl;
sys/kgssapi/gss_delete_sec_context.c
51
CLIENT *cl;
sys/kgssapi/gss_display_status.c
53
CLIENT *cl;
sys/kgssapi/gss_export_name.c
49
CLIENT *cl;
sys/kgssapi/gss_impl.c
248
CLIENT *
sys/kgssapi/gss_impl.c
251
CLIENT *cl;
sys/kgssapi/gss_impl.c
55
KGSS_VNET_DEFINE(CLIENT *, kgss_gssd_handle) = NULL;
sys/kgssapi/gss_impl.c
60
CLIENT *cl;
sys/kgssapi/gss_import_name.c
52
CLIENT *cl;
sys/kgssapi/gss_init_sec_context.c
151
CLIENT *cl;
sys/kgssapi/gss_init_sec_context.c
203
CLIENT *cl;
sys/kgssapi/gss_init_sec_context.c
69
CLIENT *cl;
sys/kgssapi/gss_ip_to_dns.c
50
CLIENT *cl;
sys/kgssapi/gss_pname_to_uid.c
49
CLIENT *cl;
sys/kgssapi/gss_pname_to_uid.c
90
CLIENT *cl;
sys/kgssapi/gss_release_cred.c
49
CLIENT *cl;
sys/kgssapi/gss_release_name.c
50
CLIENT *cl;
sys/kgssapi/gss_set_cred_option.c
51
CLIENT *cl;
sys/kgssapi/gssapi_impl.h
70
KGSS_VNET_DECLARE(CLIENT *, kgss_gssd_handle);
sys/kgssapi/gssapi_impl.h
72
CLIENT *kgss_gssd_client(void);
sys/nlm/nlm.h
102
extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver);
sys/nlm/nlm.h
159
struct svc_req *rqstp, CLIENT **rpcp);
sys/nlm/nlm.h
169
struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp);
sys/nlm/nlm.h
179
struct svc_req *rqstp, CLIENT **rpcp);
sys/nlm/nlm.h
189
struct svc_req *rqstp, CLIENT **rpcp);
sys/nlm/nlm.h
199
struct svc_req *rqstp, CLIENT **rpcp);
sys/nlm/nlm_advlock.c
1040
CLIENT *client;
sys/nlm/nlm_advlock.c
566
nlm_test_rpc(rpcvers_t vers, nlm4_testargs *args, nlm4_testres *res, CLIENT *client,
sys/nlm/nlm_advlock.c
597
nlm_lock_rpc(rpcvers_t vers, nlm4_lockargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
626
nlm_cancel_rpc(rpcvers_t vers, nlm4_cancargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
653
nlm_unlock_rpc(rpcvers_t vers, nlm4_unlockargs *args, nlm4_res *res, CLIENT *client,
sys/nlm/nlm_advlock.c
767
CLIENT *client;
sys/nlm/nlm_advlock.c
965
CLIENT *client;
sys/nlm/nlm_prot.h
282
extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
287
extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
290
extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
293
extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
296
extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
299
extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
302
extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
305
extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
308
extern enum clnt_stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
311
extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
314
extern enum clnt_stat nlm_granted_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
317
extern enum clnt_stat nlm_test_res_1(nlm_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
320
extern enum clnt_stat nlm_lock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
323
extern enum clnt_stat nlm_cancel_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
326
extern enum clnt_stat nlm_unlock_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
329
extern enum clnt_stat nlm_granted_res_1(nlm_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
335
extern enum clnt_stat nlm_share_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
338
extern enum clnt_stat nlm_unshare_3(nlm_shareargs *, nlm_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
341
extern enum clnt_stat nlm_nm_lock_3(nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
344
extern enum clnt_stat nlm_free_all_3(nlm_notify *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
350
extern enum clnt_stat nlm4_test_4(nlm4_testargs *, nlm4_testres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
353
extern enum clnt_stat nlm4_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
356
extern enum clnt_stat nlm4_cancel_4(nlm4_cancargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
359
extern enum clnt_stat nlm4_unlock_4(nlm4_unlockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
362
extern enum clnt_stat nlm4_granted_4(nlm4_testargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
365
extern enum clnt_stat nlm4_test_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
368
extern enum clnt_stat nlm4_lock_msg_4(nlm4_lockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
371
extern enum clnt_stat nlm4_cancel_msg_4(nlm4_cancargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
374
extern enum clnt_stat nlm4_unlock_msg_4(nlm4_unlockargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
377
extern enum clnt_stat nlm4_granted_msg_4(nlm4_testargs *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
380
extern enum clnt_stat nlm4_test_res_4(nlm4_testres *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
383
extern enum clnt_stat nlm4_lock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
386
extern enum clnt_stat nlm4_cancel_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
389
extern enum clnt_stat nlm4_unlock_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
392
extern enum clnt_stat nlm4_granted_res_4(nlm4_res *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
395
extern enum clnt_stat nlm4_share_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
398
extern enum clnt_stat nlm4_unshare_4(nlm4_shareargs *, nlm4_shareres *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
401
extern enum clnt_stat nlm4_nm_lock_4(nlm4_lockargs *, nlm4_res *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot.h
404
extern enum clnt_stat nlm4_free_all_4(nlm4_notify *, void *, CLIENT *, struct rpc_callextra *, struct timeval);
sys/nlm/nlm_prot_clnt.c
107
nlm_granted_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
116
nlm_test_res_1(nlm_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
125
nlm_lock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
134
nlm_cancel_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
143
nlm_unlock_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
152
nlm_granted_res_1(nlm_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
161
nlm_share_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
17
nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
170
nlm_unshare_3(nlm_shareargs *argp, nlm_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
179
nlm_nm_lock_3(nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
188
nlm_free_all_3(nlm_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
197
nlm4_test_4(nlm4_testargs *argp, nlm4_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
206
nlm4_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
215
nlm4_cancel_4(nlm4_cancargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
224
nlm4_unlock_4(nlm4_unlockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
233
nlm4_granted_4(nlm4_testargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
242
nlm4_test_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
251
nlm4_lock_msg_4(nlm4_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
26
nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
260
nlm4_cancel_msg_4(nlm4_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
269
nlm4_unlock_msg_4(nlm4_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
278
nlm4_granted_msg_4(nlm4_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
287
nlm4_test_res_4(nlm4_testres *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
296
nlm4_lock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
305
nlm4_cancel_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
314
nlm4_unlock_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
323
nlm4_granted_res_4(nlm4_res *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
332
nlm4_share_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
341
nlm4_unshare_4(nlm4_shareargs *argp, nlm4_shareres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
35
nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
350
nlm4_nm_lock_4(nlm4_lockargs *argp, nlm4_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
359
nlm4_free_all_4(nlm4_notify *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
44
nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
53
nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
62
nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
71
nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
80
nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
89
nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_clnt.c
98
nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo)
sys/nlm/nlm_prot_impl.c
1030
CLIENT *client;
sys/nlm/nlm_prot_impl.c
1260
CLIENT *
sys/nlm/nlm_prot_impl.c
1264
CLIENT *client;
sys/nlm/nlm_prot_impl.c
151
static CLIENT *nlm_nsm;
sys/nlm/nlm_prot_impl.c
1856
CLIENT **rpcp)
sys/nlm/nlm_prot_impl.c
1954
bool_t monitor, CLIENT **rpcp)
sys/nlm/nlm_prot_impl.c
2014
CLIENT *client;
sys/nlm/nlm_prot_impl.c
208
CLIENT *af_rpc; /* (c) rpc client to send message */
sys/nlm/nlm_prot_impl.c
2143
CLIENT **rpcp)
sys/nlm/nlm_prot_impl.c
2233
CLIENT **rpcp)
sys/nlm/nlm_prot_impl.c
225
CLIENT *nr_client; /* (l) RPC client handle */
sys/nlm/nlm_prot_impl.c
2296
CLIENT **rpcp)
sys/nlm/nlm_prot_impl.c
330
static CLIENT *
sys/nlm/nlm_prot_impl.c
336
CLIENT *rpcb;
sys/nlm/nlm_prot_server.c
233
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
265
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
295
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
323
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
349
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
554
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
572
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
590
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
608
CLIENT *rpc;
sys/nlm/nlm_prot_server.c
626
CLIENT *rpc;
sys/nlm/sm_inter.h
77
extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
sys/nlm/sm_inter.h
80
extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
sys/nlm/sm_inter.h
83
extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
sys/nlm/sm_inter.h
86
extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
sys/nlm/sm_inter.h
89
extern void * sm_simu_crash_1(void *, CLIENT *);
sys/nlm/sm_inter.h
92
extern void * sm_notify_1(struct stat_chge *, CLIENT *);
sys/rpc/clnt.h
185
enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
sys/rpc/clnt.h
320
void (*call)(CLIENT *, void *, struct ucred *);
sys/rpc/clnt.h
370
extern CLIENT *clnt_dg_create(struct socket *so,
sys/rpc/clnt.h
382
extern CLIENT *client_nl_create(const char *name, const rpcprog_t prog,
sys/rpc/clnt.h
394
extern CLIENT *clnt_vc_create(struct socket *so,
sys/rpc/clnt.h
406
extern CLIENT *clnt_reconnect_create(struct netconfig *nconf,
sys/rpc/clnt.h
432
extern void clnt_perror(CLIENT *, const char *); /* stderr */
sys/rpc/clnt.h
433
extern char *clnt_sperror(CLIENT *, const char *); /* string */
sys/rpc/clnt_bck.c
119
CLIENT *cl; /* client handle */
sys/rpc/clnt_bck.c
129
cl = (CLIENT *)mem_alloc(sizeof (*cl));
sys/rpc/clnt_bck.c
177
mem_free(cl, sizeof (CLIENT));
sys/rpc/clnt_bck.c
183
CLIENT *cl, /* client handle */
sys/rpc/clnt_bck.c
483
clnt_bck_geterr(CLIENT *cl, struct rpc_err *errp)
sys/rpc/clnt_bck.c
491
clnt_bck_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
sys/rpc/clnt_bck.c
504
clnt_bck_abort(CLIENT *cl)
sys/rpc/clnt_bck.c
509
clnt_bck_control(CLIENT *cl, u_int request, void *info)
sys/rpc/clnt_bck.c
516
clnt_bck_close(CLIENT *cl)
sys/rpc/clnt_bck.c
542
clnt_bck_destroy(CLIENT *cl)
sys/rpc/clnt_bck.c
554
mem_free(cl, sizeof(CLIENT));
sys/rpc/clnt_bck.c
567
CLIENT *cl = (CLIENT *)arg;
sys/rpc/clnt_bck.c
90
static void clnt_bck_geterr(CLIENT *, struct rpc_err *);
sys/rpc/clnt_bck.c
91
static bool_t clnt_bck_freeres(CLIENT *, xdrproc_t, void *);
sys/rpc/clnt_bck.c
92
static void clnt_bck_abort(CLIENT *);
sys/rpc/clnt_bck.c
93
static bool_t clnt_bck_control(CLIENT *, u_int, void *);
sys/rpc/clnt_bck.c
94
static void clnt_bck_close(CLIENT *);
sys/rpc/clnt_bck.c
95
static void clnt_bck_destroy(CLIENT *);
sys/rpc/clnt_dg.c
1027
mem_free(cl, sizeof (CLIENT));
sys/rpc/clnt_dg.c
173
CLIENT *
sys/rpc/clnt_dg.c
182
CLIENT *cl = NULL; /* client handle */
sys/rpc/clnt_dg.c
215
cl = mem_alloc(sizeof (CLIENT));
sys/rpc/clnt_dg.c
316
mem_free(cl, sizeof (CLIENT));
sys/rpc/clnt_dg.c
324
CLIENT *cl, /* client handle */
sys/rpc/clnt_dg.c
70
static enum clnt_stat clnt_dg_call(CLIENT *, struct rpc_callextra *,
sys/rpc/clnt_dg.c
72
static void clnt_dg_geterr(CLIENT *, struct rpc_err *);
sys/rpc/clnt_dg.c
73
static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
sys/rpc/clnt_dg.c
74
static void clnt_dg_abort(CLIENT *);
sys/rpc/clnt_dg.c
75
static bool_t clnt_dg_control(CLIENT *, u_int, void *);
sys/rpc/clnt_dg.c
76
static void clnt_dg_close(CLIENT *);
sys/rpc/clnt_dg.c
77
static void clnt_dg_destroy(CLIENT *);
sys/rpc/clnt_dg.c
781
clnt_dg_geterr(CLIENT *cl, struct rpc_err *errp)
sys/rpc/clnt_dg.c
789
clnt_dg_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
sys/rpc/clnt_dg.c
802
clnt_dg_abort(CLIENT *h)
sys/rpc/clnt_dg.c
807
clnt_dg_control(CLIENT *cl, u_int request, void *info)
sys/rpc/clnt_dg.c
940
clnt_dg_close(CLIENT *cl)
sys/rpc/clnt_dg.c
986
clnt_dg_destroy(CLIENT *cl)
sys/rpc/clnt_dg.c
99
CLIENT *cr_client; /* owner */
sys/rpc/clnt_nl.c
175
CLIENT *
sys/rpc/clnt_nl.c
179
CLIENT *cl;
sys/rpc/clnt_nl.c
223
*cl = (CLIENT){
sys/rpc/clnt_nl.c
256
clnt_nl_call(CLIENT *cl, struct rpc_callextra *ext, rpcproc_t proc,
sys/rpc/clnt_nl.c
444
clnt_nl_close(CLIENT *cl)
sys/rpc/clnt_nl.c
458
clnt_nl_destroy(CLIENT *cl)
sys/rpc/clnt_nl.c
475
clnt_nl_control(CLIENT *cl, u_int request, void *info)
sys/rpc/clnt_nl.c
94
static enum clnt_stat clnt_nl_call(CLIENT *, struct rpc_callextra *,
sys/rpc/clnt_nl.c
96
static void clnt_nl_close(CLIENT *);
sys/rpc/clnt_nl.c
97
static void clnt_nl_destroy(CLIENT *);
sys/rpc/clnt_nl.c
98
static bool_t clnt_nl_control(CLIENT *, u_int, void *);
sys/rpc/clnt_rc.c
126
clnt_reconnect_connect(CLIENT *cl)
sys/rpc/clnt_rc.c
135
CLIENT *newclient = NULL;
sys/rpc/clnt_rc.c
281
CLIENT *cl, /* client handle */
sys/rpc/clnt_rc.c
289
CLIENT *client;
sys/rpc/clnt_rc.c
392
clnt_reconnect_geterr(CLIENT *cl, struct rpc_err *errp)
sys/rpc/clnt_rc.c
404
clnt_reconnect_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
sys/rpc/clnt_rc.c
413
clnt_reconnect_abort(CLIENT *h)
sys/rpc/clnt_rc.c
422
clnt_reconnect_control(CLIENT *cl, u_int request, void *info)
sys/rpc/clnt_rc.c
52
static enum clnt_stat clnt_reconnect_call(CLIENT *, struct rpc_callextra *,
sys/rpc/clnt_rc.c
54
static void clnt_reconnect_geterr(CLIENT *, struct rpc_err *);
sys/rpc/clnt_rc.c
547
clnt_reconnect_close(CLIENT *cl)
sys/rpc/clnt_rc.c
55
static bool_t clnt_reconnect_freeres(CLIENT *, xdrproc_t, void *);
sys/rpc/clnt_rc.c
550
CLIENT *client;
sys/rpc/clnt_rc.c
56
static void clnt_reconnect_abort(CLIENT *);
sys/rpc/clnt_rc.c
57
static bool_t clnt_reconnect_control(CLIENT *, u_int, void *);
sys/rpc/clnt_rc.c
572
clnt_reconnect_destroy(CLIENT *cl)
sys/rpc/clnt_rc.c
58
static void clnt_reconnect_close(CLIENT *);
sys/rpc/clnt_rc.c
59
static void clnt_reconnect_destroy(CLIENT *);
sys/rpc/clnt_rc.c
591
mem_free(cl, sizeof (CLIENT));
sys/rpc/clnt_rc.c
73
CLIENT *
sys/rpc/clnt_rc.c
82
CLIENT *cl = NULL; /* client handle */
sys/rpc/clnt_rc.c
90
cl = mem_alloc(sizeof (CLIENT));
sys/rpc/clnt_vc.c
123
CLIENT *
sys/rpc/clnt_vc.c
1260
CLIENT *cl = (CLIENT *)data;
sys/rpc/clnt_vc.c
133
CLIENT *cl; /* client handle */
sys/rpc/clnt_vc.c
149
cl = (CLIENT *)mem_alloc(sizeof (*cl));
sys/rpc/clnt_vc.c
275
mem_free(cl, sizeof (CLIENT));
sys/rpc/clnt_vc.c
277
return ((CLIENT *)NULL);
sys/rpc/clnt_vc.c
282
CLIENT *cl, /* client handle */
sys/rpc/clnt_vc.c
604
clnt_vc_geterr(CLIENT *cl, struct rpc_err *errp)
sys/rpc/clnt_vc.c
612
clnt_vc_freeres(CLIENT *cl, xdrproc_t xdr_res, void *res_ptr)
sys/rpc/clnt_vc.c
625
clnt_vc_abort(CLIENT *cl)
sys/rpc/clnt_vc.c
630
clnt_vc_control(CLIENT *cl, u_int request, void *info)
sys/rpc/clnt_vc.c
794
clnt_vc_close(CLIENT *cl)
sys/rpc/clnt_vc.c
848
clnt_vc_destroy(CLIENT *cl)
sys/rpc/clnt_vc.c
88
static enum clnt_stat clnt_vc_call(CLIENT *, struct rpc_callextra *,
sys/rpc/clnt_vc.c
90
static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
sys/rpc/clnt_vc.c
909
mem_free(cl, sizeof(CLIENT));
sys/rpc/clnt_vc.c
91
static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
sys/rpc/clnt_vc.c
92
static void clnt_vc_abort(CLIENT *);
sys/rpc/clnt_vc.c
93
static bool_t clnt_vc_control(CLIENT *, u_int, void *);
sys/rpc/clnt_vc.c
94
static void clnt_vc_close(CLIENT *);
sys/rpc/clnt_vc.c
95
static void clnt_vc_destroy(CLIENT *);
sys/rpc/krpc.h
41
enum clnt_stat clnt_bck_call(CLIENT *, struct rpc_callextra *, rpcproc_t,
sys/rpc/krpc.h
80
CLIENT* rc_client; /* underlying RPC client */
sys/rpc/krpc.h
85
void (*rc_reconcall)(CLIENT *, void *,
sys/rpc/rpc_com.h
80
void *rpc_nullproc(CLIENT *);
sys/rpc/rpc_com.h
84
const struct netconfig *, const char *host, CLIENT **clpp,
sys/rpc/rpc_generic.c
171
CLIENT *clnt;
sys/rpc/rpc_generic.c
731
CLIENT *cl, /* client handle */
sys/rpc/rpcb_clnt.c
62
static CLIENT *rpcb_clnt;
sys/rpc/rpcb_prot.h
495
extern bool_t * rpcbproc_set_3(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
498
extern bool_t * rpcbproc_unset_3(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
501
extern char ** rpcbproc_getaddr_3(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
504
extern rpcblist_ptr * rpcbproc_dump_3(void *, CLIENT *);
sys/rpc/rpcb_prot.h
507
extern rpcb_rmtcallres * rpcbproc_callit_3(rpcb_rmtcallargs *, CLIENT *);
sys/rpc/rpcb_prot.h
510
extern u_int * rpcbproc_gettime_3(void *, CLIENT *);
sys/rpc/rpcb_prot.h
513
extern struct netbuf * rpcbproc_uaddr2taddr_3(char **, CLIENT *);
sys/rpc/rpcb_prot.h
516
extern char ** rpcbproc_taddr2uaddr_3(struct netbuf *, CLIENT *);
sys/rpc/rpcb_prot.h
522
extern bool_t * rpcbproc_set_4(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
524
extern bool_t * rpcbproc_unset_4(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
526
extern char ** rpcbproc_getaddr_4(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
528
extern rpcblist_ptr * rpcbproc_dump_4(void *, CLIENT *);
sys/rpc/rpcb_prot.h
531
extern rpcb_rmtcallres * rpcbproc_bcast_4(rpcb_rmtcallargs *, CLIENT *);
sys/rpc/rpcb_prot.h
533
extern u_int * rpcbproc_gettime_4(void *, CLIENT *);
sys/rpc/rpcb_prot.h
535
extern struct netbuf * rpcbproc_uaddr2taddr_4(char **, CLIENT *);
sys/rpc/rpcb_prot.h
537
extern char ** rpcbproc_taddr2uaddr_4(struct netbuf *, CLIENT *);
sys/rpc/rpcb_prot.h
540
extern char ** rpcbproc_getversaddr_4(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
543
extern rpcb_rmtcallres * rpcbproc_indirect_4(rpcb_rmtcallargs *, CLIENT *);
sys/rpc/rpcb_prot.h
546
extern rpcb_entry_list_ptr * rpcbproc_getaddrlist_4(RPCB *, CLIENT *);
sys/rpc/rpcb_prot.h
549
extern rpcb_stat * rpcbproc_getstat_4(void *, CLIENT *);
sys/rpc/rpcsec_gss.h
151
typedef AUTH *rpc_gss_secfind_ftype(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss.h
154
typedef void rpc_gss_secpurge_ftype(CLIENT *clnt);
sys/rpc/rpcsec_gss.h
155
typedef AUTH *rpc_gss_seccreate_ftype(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss.h
217
rpc_gss_secfind_call(CLIENT *clnt, struct ucred *cred, const char *principal,
sys/rpc/rpcsec_gss.h
229
rpc_gss_secpurge_call(CLIENT *clnt)
sys/rpc/rpcsec_gss.h
237
rpc_gss_seccreate_call(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss.h
435
AUTH *rpc_gss_secfind(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss.h
437
void rpc_gss_secpurge(CLIENT *clnt);
sys/rpc/rpcsec_gss.h
439
AUTH *rpc_gss_seccreate(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss.h
445
AUTH *rpc_gss_seccreate(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_gss/rpcsec_gss.c
134
CLIENT *gd_clnt; /* client handle */
sys/rpc/rpcsec_gss/rpcsec_gss.c
158
static AUTH *rpc_gss_seccreate_int(CLIENT *, struct ucred *, const char *,
sys/rpc/rpcsec_gss/rpcsec_gss.c
193
rpc_gss_secfind(CLIENT *clnt, struct ucred *cred, const char *principal,
sys/rpc/rpcsec_gss/rpcsec_gss.c
291
rpc_gss_secpurge(CLIENT *clnt)
sys/rpc/rpcsec_gss/rpcsec_gss.c
310
rpc_gss_seccreate(CLIENT *clnt, struct ucred *cred, const char *clnt_principal,
sys/rpc/rpcsec_gss/rpcsec_gss.c
355
rpc_gss_seccreate_int(CLIENT *clnt, struct ucred *cred,
sys/rpc/rpcsec_tls.h
51
enum clnt_stat rpctls_connect(CLIENT *newclient, char *certname,
sys/rpc/rpcsec_tls/rpctls_impl.c
106
static CLIENT *
sys/rpc/rpcsec_tls/rpctls_impl.c
110
CLIENT *cl;
sys/rpc/rpcsec_tls/rpctls_impl.c
256
rpctls_connect(CLIENT *newclient, char *certname, struct socket *so,
sys/rpc/rpcsec_tls/rpctls_impl.c
81
static CLIENT *rpctls_connect_handle;
sys/rpc/rpcsec_tls/rpctls_impl.c
82
static CLIENT *rpctls_server_handle;
sys/rpc/rpcsec_tls/rpctls_impl.c
88
CLIENT *cl;
sys/rpc/svc_vc.c
539
CLIENT *cl = (CLIENT *)xprt->xp_p2;
tools/regression/rpcsec_gss/rpctest.c
86
CLIENT *client;
tools/tools/so_splice/pingpong.c
113
if (mode == CLIENT) {
tools/tools/so_splice/pingpong.c
129
if (mode == CLIENT) {
tools/tools/so_splice/pingpong.c
84
mode = CLIENT;
usr.bin/quota/quota.c
662
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
1010
if (client == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
122
static CLIENT *clnt_com_create(struct sockaddr_in *, u_long, u_long, int *,
usr.bin/rpcinfo/rpcinfo.c
1223
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
1227
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
1243
if (client == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
1259
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
133
static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
134
static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
usr.bin/rpcinfo/rpcinfo.c
135
static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
usr.bin/rpcinfo/rpcinfo.c
1361
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
137
static CLIENT *local_rpcb(u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
138
static int pstatus(CLIENT *, u_long, u_long);
usr.bin/rpcinfo/rpcinfo.c
1389
if (client == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
1519
pstatus(register CLIENT *client, u_long prog, u_long vers)
usr.bin/rpcinfo/rpcinfo.c
1536
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
1544
CLIENT *clnt = NULL;
usr.bin/rpcinfo/rpcinfo.c
1551
while (clnt == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
1567
static CLIENT*
usr.bin/rpcinfo/rpcinfo.c
1573
CLIENT *client = NULL;
usr.bin/rpcinfo/rpcinfo.c
304
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
309
CLIENT *clnt;
usr.bin/rpcinfo/rpcinfo.c
328
static CLIENT *
usr.bin/rpcinfo/rpcinfo.c
332
CLIENT *clnt;
usr.bin/rpcinfo/rpcinfo.c
343
if (clnt == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
365
CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
466
register CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
675
register CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
707
if (client == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
877
register CLIENT *client;
usr.bin/rpcinfo/rpcinfo.c
900
if (client == (CLIENT *)NULL) {
usr.bin/rpcinfo/rpcinfo.c
979
register CLIENT *client;
usr.bin/rup/rup.c
165
CLIENT *rstat_clnt;
usr.bin/rusers/rusers.c
177
CLIENT *rusers_clnt;
usr.bin/rwall/rwall.c
68
CLIENT *cl;
usr.bin/showmount/showmount.c
237
CLIENT *client;
usr.bin/ypwhich/ypwhich.c
144
CLIENT *client = NULL;
usr.bin/ypwhich/ypwhich.c
90
CLIENT *client;
usr.sbin/bootparamd/callbootd/callbootd.c
72
CLIENT *clnt = NULL; /* Silence warnings */
usr.sbin/rpc.lockd/kern.c
233
set_auth(CLIENT *cl, struct xucred *xucred)
usr.sbin/rpc.lockd/kern.c
269
CLIENT *cli;
usr.sbin/rpc.lockd/kern.c
338
CLIENT *cli;
usr.sbin/rpc.lockd/kern.c
411
CLIENT *cli;
usr.sbin/rpc.lockd/kern.c
78
static void set_auth(CLIENT *cl, struct xucred *ucred);
usr.sbin/rpc.lockd/lock_proc.c
155
static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE];
usr.sbin/rpc.lockd/lock_proc.c
188
CLIENT *
usr.sbin/rpc.lockd/lock_proc.c
191
CLIENT *client;
usr.sbin/rpc.lockd/lock_proc.c
333
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
361
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
463
CLIENT *cli;
usr.sbin/rpc.lockd/lock_proc.c
927
CLIENT *cli;
usr.sbin/rpc.lockd/lockd_lock.c
2167
CLIENT *cli;
usr.sbin/rpc.lockd/lockd_lock.h
24
CLIENT *get_client(struct sockaddr *, rpcvers_t);
usr.sbin/rpc.lockd/test.c
106
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
122
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
13
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
137
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
152
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
167
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
182
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
197
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
212
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
227
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
242
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
257
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
272
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
28
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
287
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
301
CLIENT *cli;
usr.sbin/rpc.lockd/test.c
46
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
61
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
76
CLIENT *clnt;
usr.sbin/rpc.lockd/test.c
91
CLIENT *clnt;
usr.sbin/rpc.statd/file.c
257
CLIENT *cli;
usr.sbin/rpc.statd/procs.c
384
CLIENT *cli;
usr.sbin/rpc.statd/test.c
13
CLIENT *clnt;
usr.sbin/rpc.statd/test.c
29
CLIENT *clnt;
usr.sbin/rpc.statd/test.c
45
CLIENT *clnt;
usr.sbin/rpc.statd/test.c
61
CLIENT *clnt;
usr.sbin/rpc.statd/test.c
77
CLIENT *clnt;
usr.sbin/rpc.statd/test.c
92
CLIENT *cli;
usr.sbin/rpc.umntall/rpc.umntall.c
172
CLIENT *clp;
usr.sbin/rpc.umntall/rpc.umntall.c
200
CLIENT *clp;
usr.sbin/spray/spray.c
61
CLIENT *cl;
usr.sbin/ypbind/yp_ping.c
111
register CLIENT *client;
usr.sbin/ypbind/yp_ping.c
118
if (client != (CLIENT *)NULL) {
usr.sbin/ypbind/yp_ping.c
144
ypproc_domain_nonack_2_send(domainname *argp, CLIENT *clnt)
usr.sbin/ypbind/yp_ping.c
163
ypproc_domain_nonack_2_recv(domainname *argp, CLIENT *clnt)
usr.sbin/ypbind/yp_ping.c
217
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
239
ypbindproc_setdom_2_yp(SVCXPRT *transp, ypbind_setdom *argp, CLIENT *clnt)
usr.sbin/ypbind/ypbind.c
783
CLIENT *client_handle;
usr.sbin/ypbind/ypbind.c
795
RPCSMALLMSGSIZE)) == (CLIENT *)NULL) {
usr.sbin/ypbind/ypbind.c
92
void *ypbindproc_null_2_yp(SVCXPRT *, void *, CLIENT *);
usr.sbin/ypbind/ypbind.c
93
void *ypbindproc_setdom_2_yp(SVCXPRT *, struct ypbind_setdom *, CLIENT *);
usr.sbin/yppoll/yppoll.c
74
CLIENT *client;
usr.sbin/yppush/yppush_main.c
284
CLIENT *clnt;
usr.sbin/ypserv/common/yplib_host.c
112
CLIENT *
usr.sbin/ypserv/common/yplib_host.c
116
static CLIENT *client;
usr.sbin/ypserv/common/yplib_host.c
138
yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey,
usr.sbin/ypserv/common/yplib_host.c
176
yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey,
usr.sbin/ypserv/common/yplib_host.c
215
yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
usr.sbin/ypserv/common/yplib_host.c
256
yp_all_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.c
281
yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder)
usr.sbin/ypserv/common/yplib_host.c
308
yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname)
usr.sbin/ypserv/common/yplib_host.c
335
yp_maplist_host(CLIENT *client, char *indomain, struct ypmaplist **outmaplist)
usr.sbin/ypserv/common/yplib_host.c
63
CLIENT *
usr.sbin/ypserv/common/yplib_host.c
68
static CLIENT *client;
usr.sbin/ypserv/common/yplib_host.h
34
int yp_match_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
36
int yp_first_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
38
int yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
usr.sbin/ypserv/common/yplib_host.h
41
int yp_master_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
43
int yp_order_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
45
int yp_all_host(CLIENT *client, char *indomain, char *inmap,
usr.sbin/ypserv/common/yplib_host.h
47
int yp_maplist_host(CLIENT *client, char *indomain,
usr.sbin/ypserv/common/yplib_host.h
49
CLIENT *yp_bind_local(u_long program, u_long version);
usr.sbin/ypserv/common/yplib_host.h
50
CLIENT *yp_bind_host(char *server, u_long program, u_long version,
usr.sbin/ypserv/yp_server.c
275
CLIENT *clnt;
usr.sbin/ypset/ypset.c
63
CLIENT *client;