Home
last modified time | relevance | path

Searched refs:cl_ops (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/include/rpc/
Dclnt.h161 } *cl_ops; member
209 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
213 ((*(rh)->cl_ops->cl_call)(rh, proc, (xdrproc_t)xargs, \
222 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
223 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
230 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
231 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
242 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
251 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
[all …]
/netbsd/src/lib/libc/rpc/
Dclnt_raw.c147 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
Dclnt_dg.c286 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
Dclnt_vc.c318 h->cl_ops = clnt_vc_ops(); in clnt_vc_create()