| HD | clnt.h | 249 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 266 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 269 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 273 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 276 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 305 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 306 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|