HomeSort by: relevance | last modified time | path
    Searched refs:rq_vers (Results 1 - 9 of 9) sorted by relevancy

  /src/libexec/rpc.rusersd/
rusers_proc.c 303 switch (rqstp->rq_vers) {
319 switch (rqstp->rq_vers) {
339 switch (rqstp->rq_vers) {
  /src/sys/fs/nfs/common/
nfs_fha.c 138 int v3 = (req->rq_vers == 3);
153 * ensure that rq_vers is either 2 or 3.
401 if (req->rq_vers != 2 && req->rq_vers != 3)
  /src/libexec/rpc.rstatd/
rstat_proc.c 309 switch (rqstp->rq_vers) {
331 switch (rqstp->rq_vers) {
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 127 if (rqst->rq_vers == NFS_VER2) {
136 } else if (rqst->rq_vers == NFS_VER3) {
  /src/include/rpc/
svc.h 131 uint32_t rq_vers; /* service protocol version */ member in struct:svc_req
  /src/lib/libc/rpc/
svc_simple.c 275 vers = rqstp->rq_vers;
svc.c 706 r.rq_vers = msg.rm_call.cb_vers;
720 if (s->sc_vers == r.rq_vers) {
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1877 svc_getrpccaller(rqstp), rqstp->rq_vers);
1975 svc_getrpccaller(rqstp), rqstp->rq_vers);
2164 svc_getrpccaller(rqstp), rqstp->rq_vers);
2253 svc_getrpccaller(rqstp), rqstp->rq_vers);
2311 host = nlm_find_host_by_addr(svc_getrpccaller(rqstp), rqstp->rq_vers);
  /src/usr.sbin/mountd/
mountd.c 676 fhr.fhr_vers = rqstp->rq_vers;

Completed in 18 milliseconds