Symbol: NET_MAC_AWARE
usr/src/cmd/fs.d/autofs/autod_main.c
307
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/fs.d/nfs/mount/mount.c
320
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/fs.d/nfs/umount/umount.c
132
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/ptools/ppriv/ppriv.c
548
if (setpflags(NET_MAC_AWARE, 1) != 0)
usr/src/cmd/ptools/ppriv/ppriv.c
657
{ NET_MAC_AWARE, "NET_MAC_AWARE" },
usr/src/cmd/truss/print.c
2666
case NET_MAC_AWARE: s = "NET_MAC_AWARE"; break;
usr/src/uts/common/fs/lofs/lofs_vfsops.c
259
getpflags(NET_MAC_AWARE, cr) != 0) {
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
858
(void) setpflags(NET_MAC_AWARE, 1, mcred);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1250
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/nfs/nfs_subr.c
1055
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/nfs/nfs_subr.c
1606
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/nfs/nfs_subr.c
5192
getpflags(NET_MAC_AWARE, cr) != 0)) {
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
72
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
1128
getpflags(NET_MAC_AWARE, cr) != 0)) {
usr/src/uts/common/inet/ip/conn_opt.c
2962
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/inet/ip/icmp.c
1767
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/inet/ip/ip.c
6129
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/inet/sctp/sctp.c
1460
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/inet/tcp/tcp.c
2748
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/inet/udp/udp.c
4770
if (getpflags(NET_MAC_AWARE, credp) != 0)
usr/src/uts/common/os/cred.c
231
CR_FLAGS(kcred) = NET_MAC_AWARE;
usr/src/uts/common/os/exec.c
1193
if ((CR_FLAGS(cr) & NET_MAC_AWARE) ||
usr/src/uts/common/os/exec.c
726
CR_FLAGS(cred) &= ~NET_MAC_AWARE;
usr/src/uts/common/sys/priv.h
142
#define PRIV_USER (PRIV_DEBUG | NET_MAC_AWARE | NET_MAC_AWARE_INHERIT |\
usr/src/uts/common/syscall/ppriv.c
253
flag != NET_MAC_AWARE && flag != NET_MAC_AWARE_INHERIT &&
usr/src/uts/common/syscall/ppriv.c
308
if ((flag == NET_MAC_AWARE || flag == NET_MAC_AWARE_INHERIT) &&
usr/src/uts/common/syscall/ppriv.c
361
flag != NET_MAC_AWARE && flag != NET_MAC_AWARE_INHERIT &&