| H A D | clnt.h | 170 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 171 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs)) 172 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 173 ((*(rh)->cl_ops->cl_call)(rh, proc, xargs, argsp, xres, resp, secs))
|