Searched refs:mib_id (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
H A D | bootparam_ip_route.c | 63 long mib_id; member 121 last_item->mib_id, in mibget() 175 last_item->mib_id = req->name; in mibget() 181 j, last_item->group, last_item->mib_id, 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 D | netstat.c | 121 int mib_id; member 1190 last_item->mib_id, in mibget() 1247 last_item->mib_id = req->name; in mibget() 1255 j, last_item->group, last_item->mib_id, in mibget() 1342 if (tempp->mib_id == 0) in mib_item_dup() 1351 if (item->mib_id == 0) { in mib_item_dup() 1355 (localp[c]).mib_id = item->mib_id; in mib_item_dup() 1402 if (tempp2->mib_id == 0) in mib_item_diff() 1434 if (tempp2->mib_id != 0) in mib_item_diff() 1438 if (!(tempp1->mib_id == 0 && in mib_item_diff() [all …]
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rstat_proc.c | 82 long mib_id; member 491 last_item->mib_id, in mibget() 550 last_item->mib_id = req->name; in mibget() 556 j, last_item->group, last_item->mib_id, in mibget() 958 item->group, item->mib_id, item->length, in init_net() 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 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()
|