Home
last modified time | relevance | path

Searched refs:CLNT_CALL (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libc/rpc/
Dpmap_clnt.c74 if (CLNT_CALL(client, PMAPPROC_SET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_set()
109 CLNT_CALL(client, PMAPPROC_UNSET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_unset()
Dpmap_getmaps.c71 if (CLNT_CALL(client, PMAPPROC_DUMP, xdr_void, NULL, xdr_pmaplist, in pmap_getmaps()
Dpmap_getport.c71 if (CLNT_CALL(client, PMAPPROC_GETPORT, xdr_pmap, &parms, in pmap_getport()
Dpmap_rmt.c88 stat = CLNT_CALL(client, PMAPPROC_CALLIT, xdr_rmtcall_args, &a, in pmap_rmtcall()
/openbsd/src/include/rpc/
Dclnt.h162 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ macro