Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c296 static int tcp6ConnEntrySize; variable
2245 tcp6ConnEntrySize = tcp->tcp6ConnTableSize; in mib_get_constants()
2248 assert(IS_P2ALIGNED(tcp6ConnEntrySize, in mib_get_constants()
2299 (void) printf("\ttcp6ConnEntrySize %d\n", tcp6ConnEntrySize); in mib_get_constants()
5514 gather_attrs(item, MIB2_TCP6, MIB2_TCP6_CONN, tcp6ConnEntrySize) : in tcp_report()
5521 gather_info(item, MIB2_TCP6, MIB2_TCP6_CONN, tcp6ConnEntrySize) : in tcp_report()
5561 tcp6ConnEntrySize)) { in tcp_report()