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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c65 #define NETSTAT_FIRST 0x80000000u macro
929 if (*opts & NETSTAT_FIRST) {
930 *opts &= ~NETSTAT_FIRST;
1010 if (*opts & NETSTAT_FIRST) {
1011 *opts &= ~NETSTAT_FIRST;
1161 opts |= NETSTAT_FIRST;
1168 opts |= NETSTAT_FIRST;

Completed in 64 milliseconds