Home
last modified time | relevance | path

Searched refs:rmtcallres (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/rpc/
H A Dpmap_rmt.h50 struct rmtcallres { struct
59 extern bool_t xdr_rmtcallres(XDR *, struct rmtcallres *); argument
/freebsd/include/rpcsvc/
H A Dpmap_prot.x192 struct rmtcallres { struct
233 rmtcallres
/freebsd/lib/libc/rpc/
H A Dpmap_rmt.c81 struct rmtcallres r; in pmap_rmtcall()
147 xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp) in xdr_rmtcallres()
H A Dclnt_bcast.c285 struct rmtcallres bres_pmap; /* Remote results */ in rpc_broadcast_exp()