Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 2 of 2) sorted by relevance

/sunrpc/rpc/
A Dclnt.h167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument
169 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
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
/sunrpc/
A Dpmap_rmt.c69 xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, caddr_t resp, in pmap_rmtcall()

Completed in 6 milliseconds