Home
last modified time | relevance | path

Searched refs:high_vers (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/rpc/
H A Dsvc.c507 svcerr_progvers(SVCXPRT *xprt, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers() argument
518 rply.acpted_rply.ar_vers.high = (u_int32_t)high_vers; in svcerr_progvers()
617 rpcvers_t high_vers; in svc_getreq_common() local
660 high_vers = (rpcvers_t) 0L; in svc_getreq_common()
670 if (s->sc_vers > high_vers) in svc_getreq_common()
671 high_vers = s->sc_vers; in svc_getreq_common()
679 svcerr_progvers(xprt, low_vers, high_vers); in svc_getreq_common()
/freebsd/sys/rpc/
H A Dsvc.c859 svcerr_progvers(struct svc_req *rqstp, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers() argument
870 rply.acpted_rply.ar_vers.high = (uint32_t)high_vers; in svcerr_progvers()
1038 rpcvers_t high_vers; in svc_executereq() local
1044 high_vers = (rpcvers_t) 0L; in svc_executereq()
1059 if (s->sc_vers > high_vers) in svc_executereq()
1060 high_vers = s->sc_vers; in svc_executereq()
1069 svcerr_progvers(rqstp, low_vers, high_vers); in svc_executereq()