Searched refs:cl_ops (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/include/rpc/ |
| D | clnt.h | 139 } *cl_ops; member 163 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, (caddr_t)argsp, \ 166 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, (caddr_t)argsp, \ 174 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 175 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 182 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 183 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 193 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) 194 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) 203 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) [all …]
|
| /openbsd/src/lib/libc/rpc/ |
| D | clnt_raw.c | 120 client->cl_ops = &client_ops; in clntraw_create()
|
| D | clnt_tcp.c | 204 h->cl_ops = &tcp_ops; in clnttcp_create()
|
| D | clnt_udp.c | 88 args->cl->cl_ops = &udp_ops; in clntudp_bufcreate1()
|