Lines Matching refs:CLIENT

124  * CLIENT
182 } CLIENT;
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,
520 * CLIENT *rh;
542 * CLIENT *rh;
558 * CLIENT *rh;
566 * CLIENT *rh;
574 * CLIENT *rh;
586 * CLIENT *cl;
670 * CLIENT *rh;
689 * CLIENT *rh;
730 extern CLIENT * clnt_create(const char *, const rpcprog_t, const rpcvers_t,
740 extern CLIENT * clnt_create();
748 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
759 extern CLIENT * clnt_create_timed();
767 extern CLIENT * clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
778 extern CLIENT * clnt_create_vers();
786 extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
799 extern CLIENT * clnt_create_vers_timed();
808 extern CLIENT * clnt_tp_create(const char *, const rpcprog_t, const rpcvers_t,
817 extern CLIENT * clnt_tp_create();
825 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
835 extern CLIENT * clnt_tp_create_timed();
843 extern CLIENT * clnt_tli_create(const int, const struct netconfig *,
857 extern CLIENT * clnt_tli_create();
864 extern CLIENT * clnt_vc_create(const int, struct netbuf *,
875 extern CLIENT * clnt_vc_create();
882 extern CLIENT * clnt_dg_create(const int, struct netbuf *,
893 extern CLIENT * clnt_dg_create();
898 * CLIENT *
904 extern CLIENT *clnt_raw_create(const rpcprog_t, const rpcvers_t);
906 extern CLIENT *clnt_raw_create();
913 extern CLIENT * clnt_door_create(const rpcprog_t, const rpcvers_t,
921 extern CLIENT * clnt_door_create();
928 extern CLIENT *clnt_create_service_timed(const char *,
936 extern CLIENT *clnt_create_service_timed();
963 void clnt_perror(const CLIENT *, const char *);
1087 char *clnt_sperror(const CLIENT *, const char *);