Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c428 xdr_rpcvers(xdrs, &(cap->rmt_vers)) && in xdr_rmtcall_args()
676 (unsigned long)a.rmt_prog, (unsigned long)a.rmt_vers, in rpcbproc_callit_com()
683 rbl = find_service(a.rmt_prog, a.rmt_vers, transp->xp_netid); in rpcbproc_callit_com()
685 rpcbs_rmtcall(versnum - 2, reply_type, a.rmt_prog, a.rmt_vers, in rpcbproc_callit_com()
697 if (rbl->rpcb_map.r_vers != a.rmt_vers) { in rpcbproc_callit_com()
792 call_msg.rm_call.cb_vers = a.rmt_vers; in rpcbproc_callit_com()
H A Drpcbind.h61 u_int32_t rmt_vers; member