Searched refs:cl_ops (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/include/rpc/ |
| D | clnt.h | 161 } *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/ |
| D | clnt_raw.c | 147 client->cl_ops = clnt_raw_ops(); in clnt_raw_create()
|
| D | clnt_dg.c | 286 cl->cl_ops = clnt_dg_ops(); in clnt_dg_create()
|
| D | clnt_vc.c | 318 h->cl_ops = clnt_vc_ops(); in clnt_vc_create()
|