| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| snmpcom.c | 71 { MIB2_IP, 1, sizeof (int) }, 72 { MIB2_IP, 2, sizeof (int) }, 73 { MIB2_IP, 21, sizeof (mib2_ipRouteEntry_t) }, 74 { MIB2_IP, 22, sizeof (mib2_ipNetToMediaEntry_t)},
|
| mib2.h | 67 * return everything it knows. In general, we use MIB2_IP. There is 87 #define MIB2_IP (IPPROTO_MAX+4) 185 typedef struct mib2_ip { struct 792 * (opthdr.level is set to MIB2_IP for IPv4 entries and MIB2_IP6 for IPv6. [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/ |
| bootparam_ip_route.c | 92 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ 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.lib/ncaconfd/ |
| ncaconfd.c | 572 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ 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.bin/netstat/ |
| netstat.c | 47 * Add ability to request subsets from kernel (with level = MIB2_IP; 1002 case MIB2_IP: 1045 case MIB2_IP: { [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/ |
| rstat_proc.c | 461 req->level = MIB2_IP; /* any MIB2_xxx value ok here */ 963 if (item->group != MIB2_IP || item->mib_id != MIB2_IP_20)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| route.c | 634 if (item->group == MIB2_IP) { 651 if (item->group != MIB2_IP || [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
| mpd_main.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| ip_dce.c | 770 optp->level = MIB2_IP;
|
| ip.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| sys-solaris.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| table.c | [all...] |