Lines Matching defs:nfsd_srvargs
92 struct nfsd_srvargs { struct
93 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 */
102 u_int32_t nsd_ttl; /* credential ttl (sec) */