Searched refs:mib_id (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 65 long mib_id; member 123 last_item->mib_id, in mibget() 177 last_item->mib_id = req->name; in mibget() 183 j, last_item->group, last_item->mib_id, in mibget() 280 if ((item->group == MIB2_IP) && (item->mib_id == 0)) { in get_ip_route() 293 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) { in get_ip_route() 359 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_21)) { in get_ip_route() 473 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) { in find_best_server_int()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 119 int mib_id; member 780 last_item->mib_id, in mibget() 837 last_item->mib_id = req->name; in mibget() 845 j, last_item->group, last_item->mib_id, in mibget() 932 if (tempp->mib_id == 0) in mib_item_dup() 941 if (item->mib_id == 0) { in mib_item_dup() 945 (localp[c]).mib_id = item->mib_id; in mib_item_dup() 991 if (tempp2->mib_id == 0) in mib_item_diff() 1024 if (tempp2->mib_id != 0) in mib_item_diff() 1029 if (!(tempp1->mib_id == 0 && in mib_item_diff() [all …]
|
/titanic_44/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 84 long mib_id; member 493 last_item->mib_id, in mibget() 552 last_item->mib_id = req->name; in mibget() 558 j, last_item->group, last_item->mib_id, in mibget() 960 item->group, item->mib_id, item->length, in init_net() 963 if (item->group != MIB2_IP || item->mib_id != MIB2_IP_20) in init_net()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
H A D | ncaconfd.c | 81 int mib_id; member 606 last_item->mib_id, in mibget() 662 last_item->mib_id = req->name; in mibget() 955 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_ROUTE)) in get_router_ip_addr() 985 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_MEDIA)) in get_router_ether_addr()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 222 long mib_id; member 631 if (item->mib_id != 0) in flushroutes() 651 item->mib_id != MIB2_IP_ROUTE) in flushroutes() 667 if (item->mib_id != 0) in flushroutes() 688 item->mib_id != MIB2_IP6_ROUTE) in flushroutes() 3108 last_item->mib_id, in mibget() 3165 last_item->mib_id = req->name; in mibget() 3171 j, last_item->group, last_item->mib_id, in mibget()
|