Searched refs:cl_ops (Results 1 – 5 of 5) sorted by relevance
/sunrpc/rpc/ |
A D | clnt.h | 144 } *cl_ops; member 168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 177 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 178 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) 185 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 186 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) 206 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) 207 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) 243 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) [all …]
|
/sunrpc/ |
A D | clnt_raw.c | 125 client->cl_ops = (struct clnt_ops *) &client_ops; in clntraw_create()
|
A D | clnt_tcp.c | 208 h->cl_ops = (struct clnt_ops *) &tcp_ops; in clnttcp_create()
|
A D | clnt_unix.c | 191 h->cl_ops = (struct clnt_ops *) &unix_ops; in clntunix_create()
|
A D | clnt_udp.c | 157 cl->cl_ops = (struct clnt_ops *) &udp_ops; in __libc_clntudp_bufcreate()
|
Completed in 12 milliseconds