Home
last modified time | relevance | path

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

/freebsd/include/rpc/
H A Dpmap_rmt.h44 struct rmtcallargs { struct
58 extern bool_t xdr_rmtcall_args(XDR *, struct rmtcallargs *); argument
/freebsd/include/rpcsvc/
H A Dpmap_prot.x155 struct rmtcallargs { struct
234 PMAPPROC_CALLIT(rmtcallargs) = 5;
/freebsd/lib/libc/rpc/
H A Dpmap_rmt.c80 struct rmtcallargs a; in pmap_rmtcall()
115 xdr_rmtcall_args(XDR *xdrs, struct rmtcallargs *cap) in xdr_rmtcall_args()
H A Dclnt_bcast.c284 struct rmtcallargs barg_pmap; /* Remote arguments */ in rpc_broadcast_exp()