Searched defs:nfsd_srvargs (Results 1 – 2 of 2) sorted by relevance
201 struct nfsd_srvargs { struct202 struct nfsd *nsd_nfsd; /* Pointer to in kernel nfsd struct */203 uid_t nsd_uid; /* Effective uid mapped to cred */204 u_int32_t nsd_haddr; /* Ip address of client */205 struct ucred nsd_cr; /* Cred. uid maps to */206 u_int nsd_authlen; /* Length of auth string (ret) */207 u_char *nsd_authstr; /* Auth string (ret) */208 u_int nsd_verflen; /* and the verfier */209 u_char *nsd_verfstr;210 struct timeval nsd_timestamp; /* timestamp from verifier */[all …]
130 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs; in sys_nfssvc() local