Searched refs:NFSMNT_KERB (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/nfsclient/ |
H A D | nfsargs.h | 80 #define NFSMNT_KERB 0x00000400 /* Use RPCSEC_GSS/Krb5 */ macro
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 594 *flagsp |= NFSMNT_KERB; in nfs_sec_name() 596 *flagsp |= (NFSMNT_KERB | NFSMNT_INTEGRITY); in nfs_sec_name() 598 *flagsp |= (NFSMNT_KERB | NFSMNT_PRIVACY); in nfs_sec_name() 1276 NFSMNT_KERB | in nfs_mount() 1284 NFSMNT_KERB | in nfs_mount() 1439 (args.flags & NFSMNT_KERB) == 0) { in nfs_mount() 2249 nfscl_printopt(nmp, (nmp->nm_flag & NFSMNT_KERB) == 0, ",sec=sys", in nfscl_retopts() 2251 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts() 2252 NFSMNT_PRIVACY)) == NFSMNT_KERB, ",sec=krb5", &buf, &blen); in nfscl_retopts() 2253 nfscl_printopt(nmp, (nmp->nm_flag & (NFSMNT_KERB | NFSMNT_INTEGRITY | in nfscl_retopts() [all …]
|
/freebsd/sys/fs/nfs/ |
H A D | nfsport.h | 1069 #define NFSHASKERB(n) ((n)->nm_flag & NFSMNT_KERB)
|