Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c295 static int tcpConnEntrySize; variable
2244 tcpConnEntrySize = tcp->tcpConnTableSize; in mib_get_constants()
2246 assert(IS_P2ALIGNED(tcpConnEntrySize, in mib_get_constants()
2298 (void) printf("\ttcpConnEntrySize %d\n", tcpConnEntrySize); in mib_get_constants()
5511 gather_attrs(item, MIB2_TCP, MIB2_TCP_CONN, tcpConnEntrySize) : in tcp_report()
5518 gather_info(item, MIB2_TCP, MIB2_TCP_CONN, tcpConnEntrySize) : in tcp_report()
5551 tcpConnEntrySize)) { in tcp_report()