Searched refs:cl_ops (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Dclnt.h113 } *cl_ops; member in struct:__rpc_client
161 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
164 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
172 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
173 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
180 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
181 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
191 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
192 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
201 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dclnt.h153 } *cl_ops; member in struct:__rpc_client
174 } *cl_ops;
215 #define CLNT_CLOSE(rh) ((*(rh)->cl_ops->cl_close)(rh))
234 ((*(rh)->cl_ops->cl_call)(rh, ext, proc, mreq, mrepp, secs))
273 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
276 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, \
285 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
286 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
293 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
294 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops
[all...]
H A Dclnt_rc.c111 cl->cl_ops = &clnt_reconnect_ops;
H A Dclnt_dg.c309 cl->cl_ops = &clnt_dg_ops;
H A Dclnt_vc.c259 cl->cl_ops = &clnt_vc_ops;
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_raw.c137 client->cl_ops = clnt_raw_ops();
H A Dclnt_dg.c283 cl->cl_ops = clnt_dg_ops();
H A Dclnt_vc.c294 cl->cl_ops = clnt_vc_ops();

Completed in 169 milliseconds