Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c234 if (!(state->cws_flags & CS_LOOPBACK) && in tcp_ipv4_print()
239 if (state->cws_flags & CS_LADDR) { in tcp_ipv4_print()
246 if (state->cws_flags & CS_RADDR) { in tcp_ipv4_print()
253 if (state->cws_flags & CS_LPORT) { in tcp_ipv4_print()
258 if (state->cws_flags & CS_RPORT) { in tcp_ipv4_print()
264 if ((state->cws_flags & CS_STATE) && in tcp_ipv4_print()
280 if (!(state->cws_flags & CS_LOOPBACK) && in tcp_ipv6_print()
286 if (state->cws_flags & CS_LADDR) { in tcp_ipv6_print()
295 if (state->cws_flags & CS_RADDR) { in tcp_ipv6_print()
304 if (state->cws_flags & CS_LPORT) { in tcp_ipv6_print()
[all …]
H A Dconnstat_mib.c165 if ((state->cws_flags & CS_IPV4) && in conn_walk()
168 } else if ((state->cws_flags & CS_IPV6) && in conn_walk()
H A Dconnstat.h41 uint_t cws_flags; member
H A Dconnstat_main.c483 state.cws_flags = flags; in show_stats()