Home
last modified time | relevance | path

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

/openbsd/src/include/rpc/
Dclnt.h139 } *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/
Dclnt_raw.c120 client->cl_ops = &client_ops; in clntraw_create()
Dclnt_tcp.c204 h->cl_ops = &tcp_ops; in clnttcp_create()
Dclnt_udp.c88 args->cl->cl_ops = &udp_ops; in clntudp_bufcreate1()