Searched refs:lc_namelen (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/fs/nfs/
H A Dnfsrvstate.h116 u_int16_t lc_namelen; /* plus GSS principal and len */ member in struct:nfsclient
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4033 clp->lc_namelen = nd->nd_princlen;
4035 NFSBCOPY(nd->nd_principal, clp->lc_name, clp->lc_namelen);
4371 clp->lc_namelen = nd->nd_princlen;
4373 NFSBCOPY(nd->nd_principal, clp->lc_name, clp->lc_namelen);
H A Dnfs_nfsdstate.c5880 if (nd->nd_princlen != clp->lc_namelen ||
5882 clp->lc_namelen))
6293 nd->nd_princlen == sep->sess_clp->lc_namelen &&
8919 nd->nd_princlen == clp->lc_namelen &&

Completed in 100 milliseconds