D | clnt.h | 167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 168 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 170 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 196 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 197 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|