Searched refs:CLIENT (Results 51 - 75 of 122) sorted by relevance

12345

/freebsd-11-stable/lib/libc/rpc/
H A Dpmap_getmaps.c78 CLIENT *client;
H A Dpmap_getport.c74 CLIENT *client;
/freebsd-11-stable/sys/kgssapi/
H A Dgss_canonicalize_name.c53 CLIENT *cl;
H A Dgss_delete_sec_context.c51 CLIENT *cl;
H A Dgss_display_status.c54 CLIENT *cl;
H A Dgss_export_name.c50 CLIENT *cl;
H A Dgss_import_name.c53 CLIENT *cl;
H A Dgss_release_name.c50 CLIENT *cl;
H A Dgss_set_cred_option.c52 CLIENT *cl;
H A Dgss_impl.c63 CLIENT *kgss_gssd_handle;
98 CLIENT *cl, *oldcl;
280 CLIENT *
283 CLIENT *cl;
H A Dgss_acquire_cred.c60 CLIENT *cl;
H A Dgss_accept_sec_context.c63 CLIENT *cl;
H A Dgss_init_sec_context.c65 CLIENT *cl;
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfr_getmap.c64 CLIENT *clnt;
H A Dypxfrd_getmap.c105 CLIENT *clnt;
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_server.c235 CLIENT *rpc;
267 CLIENT *rpc;
297 CLIENT *rpc;
325 CLIENT *rpc;
351 CLIENT *rpc;
556 CLIENT *rpc;
574 CLIENT *rpc;
592 CLIENT *rpc;
610 CLIENT *rpc;
628 CLIENT *rp
[all...]
/freebsd-11-stable/contrib/amd/conf/transp/
H A Dtransp_sockets.c158 CLIENT *
161 CLIENT *client;
374 CLIENT *client;
384 if (client == (CLIENT *) NULL) {
420 CLIENT *clnt;
453 /* Try three times (6/2=3) to verify the CLIENT handle. */
/freebsd-11-stable/sys/rpc/
H A Drpcb_clnt.c69 static CLIENT *local_rpcb(void);
98 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
99 static CLIENT *local_rpcb(void);
285 static CLIENT *
291 CLIENT *client;
436 static CLIENT *
439 CLIENT *client;
543 CLIENT *client;
609 CLIENT *client;
745 CLIENT **clp
[all...]
/freebsd-11-stable/libexec/rbootd/
H A Drbootd.c250 CLIENT *client, *FindClient();
341 CLIENT *
344 CLIENT *ctmp;
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h166 extern enum clnt_stat clnt_call(CLIENT *, unsigned long, xdrproc_t, char *, xdrproc_t, char *, struct timeval);
167 extern bool_t clnt_control(CLIENT *, int, char *);
168 extern CLIENT * clnt_create(char *, unsigned long, unsigned long, char *);
169 extern void clnt_destroy(CLIENT *);
170 extern int clnt_freeres(CLIENT *, xdrproc_t, char *);
171 extern void clnt_geterr(CLIENT *, struct rpc_err *);
174 extern void clnt_perror(CLIENT *, char *);
177 extern char * clnt_sperror(CLIENT *, char *);
178 extern CLIENT * clnt_tli_create(/* ??? */);
179 extern CLIENT * clnt_tp_creat
[all...]
H A Dsys-types.h173 typedef int CLIENT; typedef
/freebsd-11-stable/lib/libypclnt/
H A Dypclnt_passwd.c69 CLIENT *clnt = NULL;
143 CLIENT *clnt = NULL;
241 CLIENT *clnt = NULL;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c66 CLIENT *clnt;
141 CLIENT *clnt;
177 CLIENT *clnt;
/freebsd-11-stable/include/rpc/
H A Drpcsec_gss.h143 AUTH *rpc_gss_seccreate(CLIENT *clnt, const char *principal,
/freebsd-11-stable/usr.bin/rwall/
H A Drwall.c79 CLIENT *cl;

Completed in 262 milliseconds

12345