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,
130 RPCGEN support routine. This routine is called by client routines generated
157 CLIENT *h,
170 RPCGEN support routine. This routine is called by client routines generated
199 CLIENT *h,
209 extern bool_t clnt_freeres( CLIENT *xdr, xdrproc_t xdr_res, caddr_t res_ptr );
210 extern void clnt_destroy( CLIENT *xdr );
211 extern CLIENT * clnt_create ( char * host, uint32 prog, uint32 vers,