Searched defs:nfsd_srvargs (Results 1 – 2 of 2) sorted by relevance
171 struct nfsd_srvargs { struct172 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */173 uid_t nsd_uid; /* Effective uid mapped to cred */174 u_long nsd_haddr; /* Ip address of client */175 struct ucred nsd_cr; /* Cred. uid maps to */176 int nsd_authlen; /* Length of auth string (ret) */177 u_char *nsd_authstr; /* Auth string (ret) */178 int nsd_verflen; /* and the verfier */179 u_char *nsd_verfstr;180 struct timeval nsd_timestamp; /* timestamp from verifier */[all …]
139 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; local