Home | History | Annotate | Download | only in rpc

Lines Matching refs:CLIENT

31  * clnt.h - Client side remote procedure call interface.
99 struct CLIENT;
100 typedef struct CLIENT CLIENT;
101 /* client call callback.
107 CLIENT * clnt,
115 CLIENT * clnt,
125 RPCGEN support routine. This routine is called by client routines generated
152 CLIENT *h,
165 RPCGEN support routine. This routine is called by client routines generated
194 CLIENT *h,
204 extern bool_t clnt_freeres( CLIENT *xdr, xdrproc_t xdr_res, caddr_t res_ptr );
205 extern void clnt_destroy( CLIENT *xdr );
206 extern CLIENT * clnt_create ( char * host, uint32 prog, uint32 vers,