Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dsnmpcom.c69 { MIB2_IP, 1, sizeof (int) },
70 { MIB2_IP, 2, sizeof (int) },
71 { MIB2_IP, 21, sizeof (mib2_ipRouteEntry_t) },
72 { MIB2_IP, 22, sizeof (mib2_ipNetToMediaEntry_t)},
H A Dmib2.h93 #define MIB2_IP (IPPROTO_MAX+4) macro
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c90 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ in mibget()
278 if ((item->group == MIB2_IP) && (item->mib_id == 0)) { in get_ip_route()
291 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) { in get_ip_route()
357 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_21)) { in get_ip_route()
471 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) { in find_best_server_int()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1410 case MIB2_IP: in mib_item_diff()
1451 case MIB2_IP: { in mib_item_diff()
2167 case MIB2_IP: { in mib_get_constants()
2328 case MIB2_IP: { in stat_report()
3027 case MIB2_IP: in if_report()
3909 if (item->group == MIB2_IP && family_selected(AF_INET)) { in group_report()
4467 if (v4_attrs != NULL && iptr->group == MIB2_IP && in ire_report()
4495 if (!((item->group == MIB2_IP && in ire_report()
4501 if (item->group == MIB2_IP && !family_selected(AF_INET)) in ire_report()
4507 if (item->group == MIB2_IP) { in ire_report()
[all …]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c459 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ in mibget()
961 if (item->group != MIB2_IP || item->mib_id != MIB2_IP_20) in init_net()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c633 if (item->group == MIB2_IP) { in flushroutes()
650 if (item->group != MIB2_IP || in flushroutes()
3076 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ in mibget()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c900 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_dce()
H A Dip.c9809 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip()
9909 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_traffic_stats()
10086 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_addr()
10285 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_group_mem()
10433 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_group_src()
10671 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_route_media()
10682 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_route_media()
10691 optp->level = MIB2_IP; in ip_snmp_get_mib2_ip_route_media()
11372 case MIB2_IP: in ip_snmp_set()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1571 if (item->mi_opthdr.level == MIB2_IP && in update_router_list()
3097 if (item->mi_opthdr.level == MIB2_IP) { in mib_get_constants()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2916 req.hdr.level = MIB2_IP;
2953 if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1373 req.hdr.level = MIB2_IP; in sync_kern()
1411 if (rh->level != MIB2_IP || rh->name != MIB2_IP_21) { in sync_kern()