Searched refs:CLNT_CALL (Results 1 – 5 of 5) sorted by relevance
/sunrpc/ |
A D | pmap_clnt.c | 124 if (CLNT_CALL (client, PMAPPROC_SET, (xdrproc_t)xdr_pmap, in pmap_set() 159 CLNT_CALL (client, PMAPPROC_UNSET, (xdrproc_t)xdr_pmap, in libc_hidden_nolink_sunrpc()
|
A D | pm_getmaps.c | 74 if (CLNT_CALL (client, PMAPPROC_DUMP, (xdrproc_t)xdr_void, NULL, in pmap_getmaps()
|
A D | pm_getport.c | 117 if (CLNT_CALL (client, PMAPPROC_GETPORT, (xdrproc_t)xdr_pmap, in __libc_rpc_getport()
|
A D | pmap_rmt.c | 90 stat = CLNT_CALL (client, PMAPPROC_CALLIT, in pmap_rmtcall()
|
/sunrpc/rpc/ |
A D | clnt.h | 167 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro
|
Completed in 11 milliseconds