Home
last modified time | relevance | path

Searched refs:RPCBPROC_CALLIT (Results 1 – 8 of 8) sorted by relevance

/freebsd/include/rpc/
H A Drpcb_prot.x262 const rpcb_highproc_2 = RPCBPROC_CALLIT;
348 RPCBPROC_CALLIT(rpcb_rmtcallargs) = 5;
380 RPCBPROC_BCAST(rpcb_rmtcallargs) = RPCBPROC_CALLIT;
487 %#define rpcb_highproc_2 RPCBPROC_CALLIT
/freebsd/sys/rpc/
H A Drpcb_prot.h275 #define rpcb_highproc_2 RPCBPROC_CALLIT
425 #define rpcb_highproc_2 RPCBPROC_CALLIT
506 #define RPCBPROC_CALLIT ((unsigned long)(5)) macro
530 #define RPCBPROC_BCAST ((unsigned long)(RPCBPROC_CALLIT))
H A Drpcb_clnt.c1173 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc.c123 case RPCBPROC_CALLIT: in rpcb_service_3()
H A Dsecurity.c93 case RPCBPROC_CALLIT: in check_access()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c1093 case RPCBPROC_CALLIT:
1115 if (inf[RPCBVERS_3_STAT].info[RPCBPROC_CALLIT]) {
1149 case RPCBPROC_CALLIT:
1181 if (inf[RPCBVERS_4_STAT].info[RPCBPROC_CALLIT] ||
/freebsd/lib/libc/rpc/
H A Dclnt_bcast.c379 msg.rm_call.cb_proc = RPCBPROC_CALLIT; in rpc_broadcast_exp()
H A Drpcb_clnt.c1137 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT, in rpcb_rmtcall()