Searched refs:low_vers (Results 1 – 2 of 2) sorted by relevance
507 svcerr_progvers(SVCXPRT *xprt, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers() argument517 rply.acpted_rply.ar_vers.low = (u_int32_t)low_vers; in svcerr_progvers()616 rpcvers_t low_vers; in svc_getreq_common() local659 low_vers = (rpcvers_t) -1L; in svc_getreq_common()668 if (s->sc_vers < low_vers) in svc_getreq_common()669 low_vers = s->sc_vers; in svc_getreq_common()679 svcerr_progvers(xprt, low_vers, high_vers); in svc_getreq_common()
859 svcerr_progvers(struct svc_req *rqstp, rpcvers_t low_vers, rpcvers_t high_vers) in svcerr_progvers() argument869 rply.acpted_rply.ar_vers.low = (uint32_t)low_vers; in svcerr_progvers()1037 rpcvers_t low_vers; in svc_executereq() local1043 low_vers = (rpcvers_t) -1L; in svc_executereq()1057 if (s->sc_vers < low_vers) in svc_executereq()1058 low_vers = s->sc_vers; in svc_executereq()1069 svcerr_progvers(rqstp, low_vers, high_vers); in svc_executereq()