Home
last modified time | relevance | path

Searched refs:rmt_proc (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/rpcbind/
H A Dsecurity.c236 if (args->rmt_proc == 0) in check_callit()
252 if (args->rmt_proc != MOUNTPROC_MNT && in check_callit()
253 args->rmt_proc != MOUNTPROC_UMNT) in check_callit()
257 if (args->rmt_proc != YPBINDPROC_SETDOM) in check_callit()
265 switch (args->rmt_proc) { in check_callit()
281 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog, in check_callit()
284 logit(0, sa, args->rmt_proc, args->rmt_prog, in check_callit()
H A Drpcbind.h60 u_int32_t rmt_proc; member
H A Drpcb_svc_com.c437 xdr_rpcproc(xdrs, &(cap->rmt_proc))) { in xdr_rmtcall_args()
685 (unsigned long)a.rmt_proc, transp->xp_netid, in rpcbproc_callit_com()
695 a.rmt_proc, transp->xp_netid, rbl); in rpcbproc_callit_com()
829 if (!xdr_u_int32_t(&outxdr, &(a.rmt_proc))) { in rpcbproc_callit_com()