Home
last modified time | relevance | path

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

/netbsd/lib/libc/rpc/
H A Dpmap_rmt.c77 __weak_alias(xdr_rmtcallres,_xdr_rmtcallres)
115 (xdrproc_t)xdr_rmtcall_args, &a, (xdrproc_t)xdr_rmtcallres, in pmap_rmtcall()
163 xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp) in xdr_rmtcallres() function
H A Dclnt_bcast.c595 (xdrproc_t)xdr_rmtcallres; in rpc_broadcast_exp()
/netbsd/include/rpc/
H A Dpmap_rmt.h61 extern bool_t xdr_rmtcallres (XDR *, struct rmtcallres *);
/netbsd/lib/libc/include/
H A Dnamespace.h848 #define xdr_rmtcallres _xdr_rmtcallres macro
/netbsd/usr.sbin/ypbind/
H A Dypbind.c1236 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_rmtcallres; in handle_replies()