Searched refs:rmt_proc (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/rpcbind/ |
H A D | security.c | 235 if (args->rmt_proc == 0) in check_callit() 251 if (args->rmt_proc != MOUNTPROC_MNT && in check_callit() 252 args->rmt_proc != MOUNTPROC_UMNT) in check_callit() 256 if (args->rmt_proc != YPBINDPROC_SETDOM) in check_callit() 264 switch (args->rmt_proc) { in check_callit() 280 logit(deny_severity, sa, args->rmt_proc, args->rmt_prog, in check_callit() 283 logit(0, sa, args->rmt_proc, args->rmt_prog, in check_callit()
|
H A D | rpcbind.h | 62 u_int32_t rmt_proc; member
|
H A D | rpcb_svc_com.c | 429 xdr_rpcproc(xdrs, &(cap->rmt_proc))) { in xdr_rmtcall_args() 677 (unsigned long)a.rmt_proc, transp->xp_netid, in rpcbproc_callit_com() 686 a.rmt_proc, transp->xp_netid, rbl); in rpcbproc_callit_com() 819 if (!xdr_u_int32_t(&outxdr, &(a.rmt_proc))) { in rpcbproc_callit_com()
|