Searched defs:xargs (Results 1 – 5 of 5) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | svc.h | 125 #define SVC_GETARGS(xprt, xargs, argsp) \ argument 127 #define svc_getargs(xprt, xargs, argsp) \ argument 135 #define SVC_FREEARGS(xprt, xargs, argsp) \ argument 137 #define svc_freeargs(xprt, xargs, argsp) \ argument
|
A D | clnt.h | 174 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 176 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | clnt_raw.c | 135 clntraw_call (CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in clntraw_call()
|
A D | pmap_rmt.c | 224 xdrproc_t xargs, /* xdr routine for args */ in clnt_broadcast()
|
A D | clnt_udp.c | 249 xdrproc_t xargs, /* xdr routine for args */ in clntudp_call()
|
Completed in 15 milliseconds