clnt.h | 154 bool_t (*cl_freeres)(struct __rpc_client *, member in struct:__rpc_client::clnt_ops 241 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) 242 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp))
|