Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_stats.c150 optp->level = MIB2_UDP; in udp_snmp_get()
359 optp->level = MIB2_UDP; in udp_snmp_get()
367 optp->level = MIB2_UDP; in udp_snmp_get()
378 optp->level = MIB2_UDP; in udp_snmp_get()
431 case MIB2_UDP: in udp_snmp_set()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1417 case MIB2_UDP: in mib_item_diff()
1784 case MIB2_UDP: { in mib_item_diff()
2252 case MIB2_UDP: { in mib_get_constants()
2426 case MIB2_UDP: { in stat_report()
5958 gather_attrs(item, MIB2_UDP, MIB2_UDP_ENTRY, udpEntrySize) : NULL; in udp_report()
5964 gather_info(item, MIB2_UDP, MIB2_UDP_ENTRY, udpEntrySize) : in udp_report()
5981 if (!((item->group == MIB2_UDP && in udp_report()
5987 if (item->group == MIB2_UDP && !family_selected(AF_INET)) in udp_report()
5992 if (item->group == MIB2_UDP) { in udp_report()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h96 #define MIB2_UDP (IPPROTO_MAX+7) macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c9670 if (!(level == MIB2_TCP || level == MIB2_UDP)) { in ip_snmp_get()
9680 if (level == MIB2_UDP) { in ip_snmp_get()
9685 if (level != MIB2_UDP) { in ip_snmp_get()