Home
last modified time | relevance | path

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

/freebsd-head/include/rpc/
HDpmap_rmt.h50 struct rmtcallres { struct
59 extern bool_t xdr_rmtcallres(XDR *, struct rmtcallres *); argument
/freebsd-head/include/rpcsvc/
HDpmap_prot.x192 struct rmtcallres { struct
233 rmtcallres
/freebsd-head/lib/libc/rpc/
HDpmap_rmt.c81 struct rmtcallres r; in pmap_rmtcall()
147 xdr_rmtcallres(XDR *xdrs, struct rmtcallres *crp) in xdr_rmtcallres()
HDclnt_bcast.c285 struct rmtcallres bres_pmap; /* Remote results */ in rpc_broadcast_exp()