Searched defs:nfsd_cargs (Results 1 – 1 of 1) sorted by relevance
185 struct nfsd_cargs { struct186 char *ncd_dirp; /* Mount dir path */187 uid_t ncd_authuid; /* Effective uid */188 int ncd_authtype; /* Type of authenticator */189 int ncd_authlen; /* Length of authenticator string */190 u_char *ncd_authstr; /* Authenticator string */191 int ncd_verflen; /* and the verifier */192 u_char *ncd_verfstr;193 NFSKERBKEY_T ncd_key; /* Session key */