Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c844 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
853 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
861 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
869 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
877 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
888 optp->level = MIB2_SCTP; in sctp_snmp_get_mib2()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1418 case MIB2_SCTP: in mib_item_diff()
1805 case MIB2_SCTP: { in mib_item_diff()
2263 case MIB2_SCTP: { in mib_get_constants()
2437 case MIB2_SCTP: { in stat_report()
6308 if (!(item->group == MIB2_SCTP && in sctp_getnext_rem()
6341 if (!(item->group == MIB2_SCTP && in sctp_getnext_local()
6545 gather_attrs(item, MIB2_SCTP, MIB2_SCTP_CONN, sctpEntrySize) : in sctp_report()
6548 gather_info(item, MIB2_SCTP, MIB2_SCTP_CONN, sctpEntrySize) : in sctp_report()
6555 if (!(item->group == MIB2_SCTP && in sctp_report()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h105 #define MIB2_SCTP (IPPROTO_MAX+16) macro