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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c241 static boolean_t RSECflag = B_FALSE; /* Security attributes */ variable
419 RSECflag = B_TRUE;
518 if (RSECflag && !is_system_labeled()) {
570 if (RSECflag) {
1639 if (RSECflag && attr != NULL && attr->tme_flags != 0) {
1676 if (RSECflag && attr != NULL && attr->tme_flags != 0) {
4392 RSECflag ? " Gateway security attributes " : "",
4393 RSECflag ? "-------------------------------" : "");
4638 RSECflag ? " Gateway security attributes " : "",
4639 RSECflag
[all...]

Completed in 76 milliseconds