Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.h43 { "tcp", TCP_DEFAULT_FIELDS, MIB2_TCP, MIB2_TCP_CONN, MIB2_TCP6_CONN, \
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c415 optp->level = MIB2_TCP; in tcp_snmp_get()
424 optp->level = MIB2_TCP; in tcp_snmp_get()
432 optp->level = MIB2_TCP; in tcp_snmp_get()
443 optp->level = MIB2_TCP; in tcp_snmp_get()
492 case MIB2_TCP: in tcp_snmp_set()
/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c73 { MIB2_TCP, 13, sizeof (mib2_tcpConnEntry_t) }
H A Dmib2.h95 #define MIB2_TCP (IPPROTO_MAX+6) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1416 case MIB2_TCP: in mib_item_diff()
1717 case MIB2_TCP: { in mib_item_diff()
2241 case MIB2_TCP: { in mib_get_constants()
2415 case MIB2_TCP: { in stat_report()
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()
5536 if (!((item->group == MIB2_TCP && in tcp_report()
5542 if (item->group == MIB2_TCP && !family_selected(AF_INET)) in tcp_report()
5547 if (item->group == MIB2_TCP) { in tcp_report()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c9670 if (!(level == MIB2_TCP || level == MIB2_UDP)) { in ip_snmp_get()
9676 if (level != MIB2_TCP) { in ip_snmp_get()
9689 if (level == MIB2_TCP) { in ip_snmp_get()