Home
last modified time | relevance | path

Searched refs:ND_GSSINTEGRITY (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdsubs.c2079 if ((nd->nd_flag & (ND_GSSINTEGRITY | ND_EXGSSINTEGRITY)) == in nfsd_checkrootexp()
2080 (ND_GSSINTEGRITY | ND_EXGSSINTEGRITY)) in nfsd_checkrootexp()
2085 if ((nd->nd_flag & (ND_GSS | ND_GSSINTEGRITY | ND_GSSPRIVACY | in nfsd_checkrootexp()
H A Dnfs_nfsdkrpc.c225 nd.nd_flag |= (ND_GSS | ND_GSSINTEGRITY); in nfssvc_program()
H A Dnfs_nfsdserv.c3488 if (nd->nd_flag & ND_GSSINTEGRITY) in nfsrvd_setclientid()
3761 if ((nd->nd_flag & ND_GSSINTEGRITY) != 0) in nfsrvd_exchangeid()
H A Dnfs_nfsdport.c3281 (nd->nd_flag & ND_GSSINTEGRITY)) in nfsvno_testexp()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs.h620 #define ND_GSSINTEGRITY 0x00000040 macro