Lines Matching defs:nfsd_srvargs
201 struct nfsd_srvargs { struct
202 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 */
211 u_int32_t nsd_ttl; /* credential ttl (sec) */
212 NFSKERBKEY_T nsd_key; /* Session key */