Home
last modified time | relevance | path

Searched refs:xdr_results (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/lib/libc/rpc/
Dpmap_rmt.c113 r.xdr_results = xdrres; in pmap_rmtcall()
174 return ((*(crp->xdr_results))(xdrs, crp->results_ptr)); in xdr_rmtcallres()
Dclnt_vc.c347 xdrproc_t xdr_results, in clnt_vc_call() argument
386 (xdr_results == NULL && timeout.tv_sec == 0 in clnt_vc_call()
452 } else if (! (*xdr_results)(xdrs, results_ptr)) { in clnt_vc_call()
Dsvc.c443 svc_sendreply(SVCXPRT *xprt, xdrproc_t xdr_results, const char *xdr_location) in svc_sendreply() argument
454 rply.acpted_rply.ar_results.proc = xdr_results; in svc_sendreply()
Dclnt_bcast.c431 bres_pmap.xdr_results = xresults; in rpc_broadcast_exp()
/netbsd/src/include/rpc/
Dpmap_rmt.h56 xdrproc_t xdr_results; member
Drpcb_prot.x468 % xdrproc_t xdr_results; /* XDR routine for result */
/netbsd/src/usr.sbin/ypbind/
Dypbind.c1006 rmtcr.xdr_results = (xdrproc_t)xdr_bool; in sunrpc_setup()