| /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
| bootparam_ip_route.c | 65 long mib_id; member in struct:mib_item_s 123 last_item->mib_id, 177 last_item->mib_id = req->name; 182 "msg %d: group = %4ld mib_id = %5ld length = %ld", 183 j, last_item->group, last_item->mib_id, 280 if ((item->group == MIB2_IP) && (item->mib_id == 0)) { 293 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) { 359 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_21)) { 473 if ((item->group == MIB2_IP) && (item->mib_id == MIB2_IP_20)) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
| netstat.c | 123 int mib_id; member in struct:mib_item_s 783 last_item->mib_id, 840 last_item->mib_id = req->name; 846 (void) printf("msg %d: group = %4d mib_id = %5d" 848 j, last_item->group, last_item->mib_id, 924 * list, so that for every element item->mib_id is 0; 935 if (tempp->mib_id == 0) 944 if (item->mib_id == 0) { 948 (localp[c]).mib_id = item->mib_id; [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/ |
| rstat_proc.c | 84 long mib_id; member in struct:mib_item_s 493 last_item->mib_id, 552 last_item->mib_id = req->name; 557 "msg %d: group = %4d mib_id = %5d length = %d\n", 558 j, last_item->group, last_item->mib_id, 959 "Group = %d, mib_id = %d, length = %d, valp = 0x%x\n", 960 item->group, item->mib_id, item->length, 963 if (item->group != MIB2_IP || item->mib_id != MIB2_IP_20)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/ |
| ncaconfd.c | 81 int mib_id; member in struct:mib_item_s 606 last_item->mib_id, 662 last_item->mib_id = req->name; 955 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_ROUTE)) 985 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_MEDIA)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| route.c | 223 long mib_id; member in struct:mib_item_s 632 if (item->mib_id != 0) 652 item->mib_id != MIB2_IP_ROUTE) 668 if (item->mib_id != 0) 689 item->mib_id != MIB2_IP6_ROUTE) [all...] |