Home
last modified time | relevance | path

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

/freebsd-14-stable/include/rpc/
HDrpcb_prot.x264 const rpcb_highproc_2 = RPCBPROC_CALLIT;
350 RPCBPROC_CALLIT(rpcb_rmtcallargs) = 5;
382 RPCBPROC_BCAST(rpcb_rmtcallargs) = RPCBPROC_CALLIT;
489 %#define rpcb_highproc_2 RPCBPROC_CALLIT
/freebsd-14-stable/sys/rpc/
HDrpcb_prot.h277 #define rpcb_highproc_2 RPCBPROC_CALLIT
427 #define rpcb_highproc_2 RPCBPROC_CALLIT
508 #define RPCBPROC_CALLIT ((unsigned long)(5)) macro
532 #define RPCBPROC_BCAST ((unsigned long)(RPCBPROC_CALLIT))
HDrpcb_clnt.c1179 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,
/freebsd-14-stable/usr.sbin/rpcbind/
HDrpcb_svc.c125 case RPCBPROC_CALLIT: in rpcb_service_3()
HDsecurity.c93 case RPCBPROC_CALLIT: in check_access()
/freebsd-14-stable/usr.bin/rpcinfo/
HDrpcinfo.c1101 case RPCBPROC_CALLIT:
1123 if (inf[RPCBVERS_3_STAT].info[RPCBPROC_CALLIT]) {
1157 case RPCBPROC_CALLIT:
1189 if (inf[RPCBVERS_4_STAT].info[RPCBPROC_CALLIT] ||
/freebsd-14-stable/lib/libc/rpc/
HDclnt_bcast.c383 msg.rm_call.cb_proc = RPCBPROC_CALLIT; in rpc_broadcast_exp()
HDrpcb_clnt.c1143 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT, in rpcb_rmtcall()