Searched defs:NETSTAT_ALL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c58 #define NETSTAT_ALL 0x01 macro
612 if (!((opts & NETSTAT_ALL) || net_tcp_active(tcp)) ||
662 if (!((opts & NETSTAT_ALL) || net_udp_active(&udp)) ||
924 if (!(*opts & NETSTAT_ALL) &&
1005 if (!(*opts & NETSTAT_ALL) &&
1130 'a', MDB_OPT_SETBITS, NETSTAT_ALL, &opts,

Completed in 47 milliseconds