Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c822 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
831 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
839 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
847 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
855 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1007 case MIB2_SCTP: in mib_item_diff()
1398 case MIB2_SCTP: { in mib_item_diff()
1856 case MIB2_SCTP: { in mib_get_constants()
2036 case MIB2_SCTP: { in stat_report()
5210 if (!(item->group == MIB2_SCTP && in sctp_getnext_rem()
5245 if (!(item->group == MIB2_SCTP && in sctp_getnext_local()
5403 gather_attrs(item, MIB2_SCTP, MIB2_SCTP_CONN, sctpEntrySize) : in sctp_report()
5410 if (!(item->group == MIB2_SCTP && in sctp_report()
/titanic_41/usr/src/uts/common/inet/
H A Dmib2.h98 #define MIB2_SCTP (IPPROTO_MAX+16) macro