Lines Matching defs:group

118 	int			group;
245 static boolean_t Gflag = B_FALSE; /* Multicast group membership */
438 case 'g': /* multicast group membership */
779 last_item->group,
836 last_item->group = req->level;
843 (void) printf("msg %d: group = %4d mib_id = %5d"
845 j, last_item->group, last_item->mib_id,
944 (localp[c]).group = item->group;
992 switch (tempp2->group) {
1030 tempp1->group == tempp2->group &&
1036 switch (tempp2->group) {
1047 diffptr->group = tempp2->group;
1098 diffptr->group = tempp2->group;
1150 diffptr->group = tempp2->group;
1188 diffptr->group = tempp2->group;
1215 diffptr->group = tempp2->group;
1264 diffptr->group = tempp2->group;
1317 diffptr->group = tempp2->group;
1384 diffptr->group = tempp2->group;
1405 diffptr->group = tempp2->group;
1462 diffptr->group = tempp2->group;
1478 * there are more "group" types but they aren't
1759 switch (item->group) {
1917 item->group, item->mib_id,
1923 switch (item->group) {
2564 tempitem->group, tempitem->mib_id,
2569 switch (tempitem->group) {
2625 item->group, item->mib_id, item->length,
2629 switch (item->group) {
3511 item->group, item->mib_id, item->length,
3514 if (item->group == MIB2_IP && family_selected(AF_INET)) {
3531 if (item->group == MIB2_IP6 && family_selected(AF_INET6)) {
3594 * interface/group pair are contiguous, so on
3740 item->group, item->mib_id, item->length,
3743 if (item->group == MIB2_IP && family_selected(AF_INET) &&
3749 if (item->group == MIB2_IP6 && family_selected(AF_INET6) &&
3844 item->group, item->mib_id, item->length,
3847 if (!(item->group == MIB2_IP && item->mib_id == MIB2_IP_MEDIA))
3939 item->group, item->mib_id, item->length,
3942 if (!(item->group == MIB2_IP6 &&
4049 if (iptr->group == MIB2_IP6 && iptr->mib_id == MIB2_IP6_ROUTE)
4051 if (iptr->group == MIB2_IP && iptr->mib_id == MIB2_IP_ROUTE)
4053 if ((iptr->group == MIB2_IP || iptr->group == MIB2_IP6) &&
4086 if (v4_attrs != NULL && iptr->group == MIB2_IP &&
4089 } else if (v6_attrs != NULL && iptr->group == MIB2_IP6 &&
4114 item->group, item->mib_id,
4117 if (!((item->group == MIB2_IP &&
4119 (item->group == MIB2_IP6 &&
4123 if (item->group == MIB2_IP && !family_selected(AF_INET))
4125 else if (item->group == MIB2_IP6 && !family_selected(AF_INET6))
4129 if (item->group == MIB2_IP) {
4141 if (item->group == MIB2_IP) {
4680 gather_attrs(const mib_item_t *item, int group, int mib_id, int esize)
4687 if (iptr->group == group && iptr->mib_id == mib_id)
4698 if (iptr->group == group && iptr->mib_id == EXPER_XPORT_MLP) {
4800 item->group, item->mib_id,
4804 if (!((item->group == MIB2_TCP &&
4806 (item->group == MIB2_TCP6 &&
4810 if (item->group == MIB2_TCP && !family_selected(AF_INET))
4812 else if (item->group == MIB2_TCP6 && !family_selected(AF_INET6))
4815 if (item->group == MIB2_TCP) {
5024 item->group, item->mib_id,
5027 if (!((item->group == MIB2_UDP &&
5029 (item->group == MIB2_UDP6 &&
5033 if (item->group == MIB2_UDP && !family_selected(AF_INET))
5035 else if (item->group == MIB2_UDP6 && !family_selected(AF_INET6))
5039 if (item->group == MIB2_UDP) {
5210 if (!(item->group == MIB2_SCTP &&
5245 if (!(item->group == MIB2_SCTP &&
5410 if (!(item->group == MIB2_SCTP &&
5498 item->group, item->mib_id, item->length,
5501 if (item->group != EXPER_DVMRP)