Searched refs:resp (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/ |
| 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)) 199 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 200 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument
|
| H A D | pmap_clnt.h | 48 typedef bool_t (*resultproc_t) (caddr_t resp, struct sockaddr_in *raddr);
|