Home
last modified time | relevance | path

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

/freebsd-head/include/rpc/
HDrpcb_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-head/sys/rpc/
HDrpcb_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))
/freebsd-head/usr.sbin/rpcbind/
HDrpcb_svc.c123 case RPCBPROC_CALLIT: in rpcb_service_3()
HDsecurity.c93 case RPCBPROC_CALLIT: in check_access()
/freebsd-head/usr.bin/rpcinfo/
HDrpcinfo.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-head/lib/libc/rpc/
HDclnt_bcast.c379 msg.rm_call.cb_proc = RPCBPROC_CALLIT; in rpc_broadcast_exp()
HDrpcb_clnt.c1137 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT, in rpcb_rmtcall()