Searched refs:cl_ops (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | clnt.h | 151 } *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 D | clnt_raw.c | 129 client->cl_ops = &client_ops; in clntraw_create()
|
A D | clnt_tcp.c | 210 h->cl_ops = &tcp_ops; in clnttcp_create()
|
A D | clnt_unix.c | 188 h->cl_ops = &unix_ops; in clntunix_create()
|
A D | clnt_udp.c | 148 cl->cl_ops = &udp_ops; in clntudp_bufcreate()
|
Completed in 7 milliseconds