Home
last modified time | relevance | path

Searched refs:rpcvers_t (Results 76 – 84 of 84) sorted by path

1234

/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_msg.h94 rpcvers_t low;
95 rpcvers_t high;
114 rpcvers_t low;
115 rpcvers_t high;
140 rpcvers_t cb_rpcvers; /* must be equal to two */
142 rpcvers_t cb_vers;
H A Drpc_subr.c440 portmap_getport(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in portmap_getport()
508 rpcbind_getaddr(struct knetconfig *config, rpcprog_t prog, rpcvers_t vers, in rpcbind_getaddr()
519 rpcvers_t rpcbv; in rpcbind_getaddr()
H A Drpcb_clnt.h64 extern bool_t rpcb_set(const rpcprog_t, const rpcvers_t,
66 extern bool_t rpcb_unset(const rpcprog_t, const rpcvers_t,
70 const rpcprog_t, const rpcvers_t, const rpcproc_t, const xdrproc_t,
73 extern bool_t rpcb_getaddr(const rpcprog_t, const rpcvers_t,
H A Drpcb_prot.x119 rpcvers_t r_vers; /* version number */
180 rpcvers_t vers; /* version number */
199 % rpcvers_t vers;
274 rpcvers_t vers;
284 rpcvers_t vers;
421 % rpcvers_t r_vers; /* version number */
443 % rpcvers_t vers; /* version number */
500 % rpcvers_t vers;
512 % rpcvers_t vers;
H A Dsvc.c1035 svc_callout_find(SVCXPRT *xprt, rpcprog_t prog, rpcvers_t vers, in svc_callout_find()
1036 rpcvers_t *vers_min, rpcvers_t *vers_max) in svc_callout_find()
1041 *vers_min = ~(rpcvers_t)0; in svc_callout_find()
1230 const rpcvers_t low_vers, const rpcvers_t high_vers) in svcerr_progvers()
1324 rpcvers_t vers_min; in svc_getreq()
1325 rpcvers_t vers_max; in svc_getreq()
H A Dsvc.h108 rpcvers_t rq_vers; /* service protocol version */
120 rpcvers_t dr_vers;
152 rpcvers_t sc_versmin; /* Min version number */
153 rpcvers_t sc_versmax; /* Max version number */
722 extern void svc_unreg(const rpcprog_t, const rpcvers_t);
786 const rpcvers_t);
926 const rpcprog_t, const rpcvers_t,
940 const rpcprog_t, const rpcvers_t,
954 const rpcprog_t, const rpcvers_t,
1016 const rpcprog_t, const rpcvers_t,
[all …]
H A Dsvc_soc.h66 extern bool_t svc_register(SVCXPRT *, rpcprog_t, rpcvers_t,
68 extern void svc_unregister(rpcprog_t, rpcvers_t);
97 extern int registerrpc(rpcprog_t, rpcvers_t, rpcproc_t, char *(*)(),
H A Dtypes.h60 typedef uint32_t rpcvers_t; typedef
67 typedef unsigned long rpcvers_t; typedef
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthdesubr.c330 (rpcvers_t)RPCBVERS, 0, retries, CRED(), &client); in rtime()

1234