Searched defs:nfsd_srvargs (Results 1 – 2 of 2) sorted by relevance
92 struct nfsd_srvargs { struct93 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */94 uid_t nsd_uid; /* Effective uid mapped to cred */95 u_int32_t nsd_haddr; /* IP address of client */96 struct xucred nsd_cr; /* Cred. uid maps to */97 int nsd_authlen; /* Length of auth string (ret) */98 u_char *nsd_authstr; /* Auth string (ret) */99 int nsd_verflen; /* and the verifier */100 u_char *nsd_verfstr;101 struct timeval nsd_timestamp; /* timestamp from verifier */[all …]
144 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; in sys_nfssvc() local