Searched refs:mib_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c65 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)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c119 int mib_id; member in struct:mib_item_s
780 last_item->mib_id,
837 last_item->mib_id = req->name;
843 (void) printf("msg %d: group = %4d mib_id = %5d"
845 j, last_item->group, last_item->mib_id,
921 * list, so that for every element item->mib_id is 0;
932 if (tempp->mib_id == 0)
941 if (item->mib_id == 0) {
945 (localp[c]).mib_id = item->mib_id;
4680 gather_attrs(const mib_item_t *item, int group, int mib_id, int esize) argument
[all...]
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c84 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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c81 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))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c222 long mib_id; member in struct:mib_item_s
631 if (item->mib_id != 0)
651 item->mib_id != MIB2_IP_ROUTE)
667 if (item->mib_id != 0)
688 item->mib_id != MIB2_IP6_ROUTE)
3108 last_item->mib_id,
3165 last_item->mib_id = req->name;
3169 (void) printf("msg %d: group = %4ld mib_id = %5ld "
3171 j, last_item->group, last_item->mib_id,

Completed in 113 milliseconds