Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h151 } *cl_ops; member
175 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
177 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
184 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh))
185 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh))
192 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
193 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp))
213 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
214 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
250 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh))
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_raw.c129 client->cl_ops = &client_ops; in clntraw_create()
A Dclnt_tcp.c210 h->cl_ops = &tcp_ops; in clnttcp_create()
A Dclnt_unix.c188 h->cl_ops = &unix_ops; in clntunix_create()
A Dclnt_udp.c148 cl->cl_ops = &udp_ops; in clntudp_bufcreate()

Completed in 7 milliseconds