Symbol: rpcproc_t
include/rpc/clnt.h
247
#define RPCTEST_NULL_PROC ((rpcproc_t)2)
include/rpc/clnt.h
248
#define RPCTEST_NULL_BATCH_PROC ((rpcproc_t)3)
include/rpc/clnt.h
254
#define NULLPROC ((rpcproc_t)0)
include/rpc/clnt.h
469
const rpcvers_t, const rpcproc_t,
include/rpc/clnt.h
522
const rpcproc_t, const xdrproc_t,
include/rpc/clnt.h
526
const rpcproc_t, const xdrproc_t,
include/rpc/clnt.h
97
rpcproc_t, xdrproc_t, void *, xdrproc_t,
include/rpc/rpc_msg.h
140
rpcproc_t cb_proc;
include/rpc/rpcb_clnt.h
71
const rpcvers_t, const rpcproc_t,
include/rpc/svc.h
271
extern int rpc_reg(rpcprog_t, rpcvers_t, rpcproc_t,
lib/libc/rpc/clnt_bcast.c
227
rpcproc_t proc, /* procedure number */
lib/libc/rpc/clnt_bcast.c
651
rpcproc_t proc, /* procedure number */
lib/libc/rpc/clnt_dg.c
284
rpcproc_t proc, /* procedure number */
lib/libc/rpc/clnt_dg.c
64
static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_raw.c
136
clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp,
lib/libc/rpc/clnt_raw.c
74
static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/clnt_simple.c
106
const rpcproc_t procnum, const xdrproc_t inproc, const char *in,
lib/libc/rpc/clnt_vc.c
307
clnt_vc_call(CLIENT *cl, rpcproc_t proc, xdrproc_t xdr_args, void *args_ptr,
lib/libc/rpc/clnt_vc.c
86
static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
lib/libc/rpc/pmap_getmaps.c
85
if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_DUMP,
lib/libc/rpc/pmap_getport.c
84
if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
lib/libc/rpc/pmap_rmt.c
100
stat = CLNT_CALL(client, (rpcproc_t)PMAPPROC_CALLIT,
lib/libc/rpc/rpc_soc.c
292
(rpcproc_t)procnum, inproc, in, outproc, out, "udp");
lib/libc/rpc/rpc_soc.c
304
(rpcproc_t)procnum, progname, inproc, outproc, "udp");
lib/libc/rpc/rpc_soc.c
362
(rpcproc_t)proc, xargs, argsp, xresults, resultsp,
lib/libc/rpc/rpcb_clnt.c
1079
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP,
lib/libc/rpc/rpcb_clnt.c
1097
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_DUMP,
lib/libc/rpc/rpcb_clnt.c
1119
rpcvers_t vers, rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp,
lib/libc/rpc/rpcb_clnt.c
1147
stat = CLNT_CALL(client, (rpcproc_t)RPCBPROC_CALLIT,
lib/libc/rpc/rpcb_clnt.c
1226
st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME,
lib/libc/rpc/rpcb_clnt.c
1236
st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETTIME,
lib/libc/rpc/rpcb_clnt.c
1271
CLNT_CALL(client, (rpcproc_t)RPCBPROC_TADDR2UADDR,
lib/libc/rpc/rpcb_clnt.c
1308
if (CLNT_CALL(client, (rpcproc_t)RPCBPROC_UADDR2TADDR,
lib/libc/rpc/rpcb_clnt.c
585
CLNT_CALL(client, (rpcproc_t)RPCBPROC_SET, (xdrproc_t) xdr_rpcb,
lib/libc/rpc/rpcb_clnt.c
626
CLNT_CALL(client, (rpcproc_t)RPCBPROC_UNSET, (xdrproc_t) xdr_rpcb,
lib/libc/rpc/rpcb_clnt.c
790
clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
lib/libc/rpc/rpcb_clnt.c
899
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDRLIST,
lib/libc/rpc/rpcb_clnt.c
960
clnt_st = CLNT_CALL(client, (rpcproc_t)RPCBPROC_GETADDR,
lib/libc/rpc/rpcb_st_xdr.c
149
objp->proc = (rpcproc_t)IXDR_GET_U_INT32(buf);
lib/libc/rpc/svc_dg.c
336
rpcproc_t cache_proc;
lib/libc/rpc/svc_dg.c
361
rpcproc_t uc_proc; /* saved procedure number */
lib/libc/rpc/svc_simple.c
100
rpcproc_t procnum, /* procedure number */
lib/libc/rpc/svc_simple.c
248
rpcproc_t proc;
lib/libc/rpc/svc_simple.c
70
rpcproc_t p_procnum;
usr.sbin/rpcbind/rpcb_stat.c
147
rpcbs_rmtcall(rpcvers_t rtype, rpcproc_t rpcbproc, rpcprog_t prog,
usr.sbin/rpcbind/rpcb_stat.c
148
rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl)
usr.sbin/rpcbind/rpcb_stat.c
61
rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc)
usr.sbin/rpcbind/rpcb_svc_com.c
102
char *, rpcproc_t, rpcvers_t,
usr.sbin/rpcbind/rpcb_svc_com.c
602
rpcproc_t reply_type, rpcvers_t versnum)
usr.sbin/rpcbind/rpcb_svc_com.c
88
rpcproc_t reply_type;
usr.sbin/rpcbind/rpcb_svc_com.c
933
int forward_fd, char *uaddr, rpcproc_t reply_type,
usr.sbin/rpcbind/rpcbind.h
121
int check_access(SVCXPRT *, rpcproc_t, void *, unsigned int);
usr.sbin/rpcbind/rpcbind.h
123
void logit(int, struct sockaddr *, rpcproc_t, rpcprog_t, const char *);
usr.sbin/rpcbind/rpcbind.h
87
void rpcbs_procinfo(rpcvers_t, rpcproc_t);
usr.sbin/rpcbind/rpcbind.h
91
void rpcbs_rmtcall(rpcvers_t, rpcproc_t, rpcprog_t, rpcvers_t, rpcproc_t,
usr.sbin/rpcbind/security.c
161
logit(int severity, struct sockaddr *addr, rpcproc_t procnum, rpcprog_t prognum,
usr.sbin/rpcbind/security.c
62
check_access(SVCXPRT *xprt, rpcproc_t proc, void *args, unsigned int rpcbvers)