Home
last modified time | relevance | path

Searched refs:NETSTAT_VERBOSE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c59 #define NETSTAT_VERBOSE 0x02 macro
630 if (opts & NETSTAT_VERBOSE) in netstat_tcp_cb()
933 (*opts & NETSTAT_VERBOSE) ? "IRE" : "Routing"); in netstat_irev4_cb()
934 if (*opts & NETSTAT_VERBOSE) { in netstat_irev4_cb()
953 if (*opts & NETSTAT_VERBOSE) { in netstat_irev4_cb()
1014 (*opts & NETSTAT_VERBOSE) ? "IRE" : "Routing"); in netstat_irev6_cb()
1015 if (*opts & NETSTAT_VERBOSE) { in netstat_irev6_cb()
1038 if (*opts & NETSTAT_VERBOSE) { in netstat_irev6_cb()
1088 if ((ncb->opts & NETSTAT_VERBOSE) && proto == IPPROTO_TCP) in netstat_print_conn()
1135 'v', MDB_OPT_SETBITS, NETSTAT_VERBOSE, &opts, in netstat()