Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_main.c175 uint_t flags = CS_LOOPBACK | CS_IPV4 | CS_IPV6; in main()
245 if (!(flags & CS_IPV4)) { in main()
258 flags &= ~CS_IPV4; in main()
390 if (!(*flags & CS_IPV4)) { in process_filter()
402 *flags &= ~CS_IPV4; in process_filter()
H A Dconnstat.h47 #define CS_IPV4 0x0002 /* Show only IPv4 connections */ macro
H A Dconnstat_mib.c165 if ((state->cws_flags & CS_IPV4) && in conn_walk()