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

12345

/freebsd-9.3-release/sys/kgssapi/
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_impl.c63 CLIENT *kgss_gssd_handle;
98 CLIENT *cl, *oldcl;
266 CLIENT *
269 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_acquire_cred.c60 CLIENT *cl;
H A Dgss_accept_sec_context.c63 CLIENT *cl;
H A Dgss_init_sec_context.c65 CLIENT *cl;
/freebsd-9.3-release/sys/rpc/
H A Dkrpc.h73 CLIENT* rc_client; /* underlying RPC client */
/freebsd-9.3-release/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-9.3-release/contrib/amd/conf/transp/
H A Dtransp_sockets.c162 CLIENT *
165 CLIENT *client;
377 CLIENT *client;
387 if (client == (CLIENT *) NULL) {
423 CLIENT *clnt;
455 /* Try three times (6/2=3) to verify the CLIENT handle. */
/freebsd-9.3-release/libexec/ypxfr/
H A Dypxfrd_getmap.c105 CLIENT *clnt;
/freebsd-9.3-release/libexec/rbootd/
H A Drbootd.c254 CLIENT *client, *FindClient();
346 CLIENT *
349 CLIENT *ctmp;
/freebsd-9.3-release/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-9.3-release/lib/libypclnt/
H A Dypclnt_passwd.c69 CLIENT *clnt = NULL;
143 CLIENT *clnt = NULL;
241 CLIENT *clnt = NULL;
/freebsd-9.3-release/include/rpc/
H A Drpcsec_gss.h143 AUTH *rpc_gss_seccreate(CLIENT *clnt, const char *principal,
/freebsd-9.3-release/usr.bin/rwall/
H A Drwall.c79 CLIENT *cl;
/freebsd-9.3-release/usr.sbin/spray/
H A Dspray.c64 CLIENT *cl;
/freebsd-9.3-release/usr.sbin/ypset/
H A Dypset.c63 CLIENT *client;
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_perror.c77 CLIENT *rpch;
184 CLIENT *rpch;
/freebsd-9.3-release/usr.sbin/rpc.umntall/
H A Drpc.umntall.c175 CLIENT *clp;
203 CLIENT *clp;
/freebsd-9.3-release/usr.sbin/rpc.lockd/
H A Dkern.c78 static void set_auth(CLIENT *cl, struct xucred *ucred);
235 CLIENT *cl;
260 CLIENT *cli;
329 CLIENT *cli;
402 CLIENT *cli;

Completed in 133 milliseconds

12345