Lines Matching refs:CLIENT
132 typedef struct CLIENT CLIENT; typedef
133 struct CLIENT { struct
136 enum clnt_stat (*cl_call) (CLIENT *, u_long, xdrproc_t, caddr_t, xdrproc_t, argument
140 void (*cl_geterr) (CLIENT *, struct rpc_err *);
142 bool_t (*cl_freeres) (CLIENT *, xdrproc_t, caddr_t);
144 void (*cl_destroy) (CLIENT *); /* destroy this structure */
145 bool_t (*cl_control) (CLIENT *, int, char *);
280 extern CLIENT *clntraw_create (__const u_long __prog, __const u_long __vers)
294 extern CLIENT *clnt_create (__const char *__host, __const u_long __prog,
310 extern CLIENT *clnttcp_create (struct sockaddr_in *__raddr, u_long __prog,
335 extern CLIENT *clntudp_create (struct sockaddr_in *__raddr, u_long __program,
338 extern CLIENT *clntudp_bufcreate (struct sockaddr_in *__raddr,
357 extern CLIENT *clntunix_create (struct sockaddr_un *__raddr, u_long __program,
382 extern void clnt_perror (CLIENT *__clnt, __const char *__msg);
384 extern char *clnt_sperror (CLIENT *__clnt, __const char *__msg) __THROW;