Lines Matching refs:CLIENT
115 } CLIENT; typedef
266 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
280 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
295 extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
311 extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
328 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
341 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
355 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
371 extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
377 extern CLIENT *clntunix_create(struct sockaddr_un *,
391 extern CLIENT *clnt_dg_create(const int, const struct netbuf *,
410 extern CLIENT *clnt_raw_create(rpcprog_t, rpcvers_t);
435 extern void clnt_perror(CLIENT *, const char *); /* stderr */
436 extern char *clnt_sperror(CLIENT *, const char *); /* string */