Home
last modified time | relevance | path

Searched refs:rpcb_args (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h350 typedef struct rpcb_args { struct
368 } rpcb_args; argument
371 #define rc_pmapargs rpcb_args.ra_pmapargs
372 #define rc_rpcbargs rpcb_args.ra_rpcbargs
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2018 struct rpcb_rmtcallargs rpcb_args; in pmap_rmt_call() local
2074 rpcb_args.prog = progn; in pmap_rmt_call()
2075 rpcb_args.vers = versn; in pmap_rmt_call()
2076 rpcb_args.proc = procn; in pmap_rmt_call()
2077 rpcb_args.args_ptr = argsp; in pmap_rmt_call()
2078 rpcb_args.xdr_args = xdrargs; in pmap_rmt_call()
2083 xdr_rpcb_rmtcallargs, (caddr_t)&rpcb_args, in pmap_rmt_call()