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

/freebsd-9.3-release/include/rpc/
H A Drpcb_prot.x72 % * RPCBPROC_CALLIT(rpcb_rmtcallargs)
77 % * It has no interface to xdr routines for RPCBPROC_CALLIT.
91 % * Except for RPCBPROC_CALLIT, the procedures above are carried over to
94 % * AS RPCBPROC_CALLIT.
266 const rpcb_highproc_2 = RPCBPROC_CALLIT;
352 RPCBPROC_CALLIT(rpcb_rmtcallargs) = 5;
384 RPCBPROC_BCAST(rpcb_rmtcallargs) = RPCBPROC_CALLIT;
491 %#define rpcb_highproc_2 RPCBPROC_CALLIT
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.h77 * RPCBPROC_CALLIT(rpcb_rmtcallargs)
82 * It has no interface to xdr routines for RPCBPROC_CALLIT.
96 * Except for RPCBPROC_CALLIT, the procedures above are carried over to
99 * AS RPCBPROC_CALLIT.
277 #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))
H A Drpcb_clnt.c1179 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc.c124 case RPCBPROC_CALLIT:
H A Dsecurity.c97 case RPCBPROC_CALLIT:
176 /* RPCBPROC_CALLIT */ "callit",
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c1095 case RPCBPROC_CALLIT:
1117 if (inf[RPCBVERS_3_STAT].info[RPCBPROC_CALLIT]) {
1151 case RPCBPROC_CALLIT:
1183 if (inf[RPCBVERS_4_STAT].info[RPCBPROC_CALLIT] ||
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_bcast.c379 msg.rm_call.cb_proc = RPCBPROC_CALLIT;
H A Drpcb_clnt.c1164 stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,

Completed in 130 milliseconds