Lines Matching refs:tempp2
977 mib_item_t *tempp2; /* walking copy of item2 */ in mib_item_diff() local
988 for (tempp2 = item2; in mib_item_diff()
989 tempp2; in mib_item_diff()
990 tempp2 = tempp2->next_item) { in mib_item_diff()
991 if (tempp2->mib_id == 0) in mib_item_diff()
992 switch (tempp2->group) { in mib_item_diff()
1012 tempp2 = NULL; in mib_item_diff()
1023 for (tempp2 = item2; tempp2 != NULL; tempp2 = tempp2->next_item) { in mib_item_diff()
1024 if (tempp2->mib_id != 0) in mib_item_diff()
1030 tempp1->group == tempp2->group && in mib_item_diff()
1031 tempp1->mib_id == tempp2->mib_id)) in mib_item_diff()
1036 switch (tempp2->group) { in mib_item_diff()
1043 mib2_ip_t *i2 = (mib2_ip_t *)tempp2->valp; in mib_item_diff()
1047 diffptr->group = tempp2->group; in mib_item_diff()
1048 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1049 diffptr->length = tempp2->length; in mib_item_diff()
1050 d = (mib2_ip_t *)calloc(tempp2->length, 1); in mib_item_diff()
1096 i2 = (mib2_ipv6IfStatsEntry_t *)tempp2->valp; in mib_item_diff()
1098 diffptr->group = tempp2->group; in mib_item_diff()
1099 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1100 diffptr->length = tempp2->length; in mib_item_diff()
1102 tempp2->length, 1); in mib_item_diff()
1148 m2 = (struct mrtstat *)tempp2->valp; in mib_item_diff()
1150 diffptr->group = tempp2->group; in mib_item_diff()
1151 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1152 diffptr->length = tempp2->length; in mib_item_diff()
1153 d = (struct mrtstat *)calloc(tempp2->length, 1); in mib_item_diff()
1186 i2 = (struct igmpstat *)tempp2->valp; in mib_item_diff()
1188 diffptr->group = tempp2->group; in mib_item_diff()
1189 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1190 diffptr->length = tempp2->length; in mib_item_diff()
1192 tempp2->length, 1); in mib_item_diff()
1213 i2 = (mib2_icmp_t *)tempp2->valp; in mib_item_diff()
1215 diffptr->group = tempp2->group; in mib_item_diff()
1216 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1217 diffptr->length = tempp2->length; in mib_item_diff()
1218 d = (mib2_icmp_t *)calloc(tempp2->length, 1); in mib_item_diff()
1262 i2 = (mib2_ipv6IfIcmpEntry_t *)tempp2->valp; in mib_item_diff()
1264 diffptr->group = tempp2->group; in mib_item_diff()
1265 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1266 diffptr->length = tempp2->length; in mib_item_diff()
1267 d = (mib2_ipv6IfIcmpEntry_t *)calloc(tempp2->length, 1); in mib_item_diff()
1315 t2 = (mib2_tcp_t *)tempp2->valp; in mib_item_diff()
1317 diffptr->group = tempp2->group; in mib_item_diff()
1318 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1319 diffptr->length = tempp2->length; in mib_item_diff()
1320 d = (mib2_tcp_t *)calloc(tempp2->length, 1); in mib_item_diff()
1382 u2 = (mib2_udp_t *)tempp2->valp; in mib_item_diff()
1384 diffptr->group = tempp2->group; in mib_item_diff()
1385 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1386 diffptr->length = tempp2->length; in mib_item_diff()
1387 d = (mib2_udp_t *)calloc(tempp2->length, 1); in mib_item_diff()
1403 s2 = (mib2_sctp_t *)tempp2->valp; in mib_item_diff()
1405 diffptr->group = tempp2->group; in mib_item_diff()
1406 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1407 diffptr->length = tempp2->length; in mib_item_diff()
1408 d = (mib2_sctp_t *)calloc(tempp2->length, 1); in mib_item_diff()
1460 r2 = (mib2_rawip_t *)tempp2->valp; in mib_item_diff()
1462 diffptr->group = tempp2->group; in mib_item_diff()
1463 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1464 diffptr->length = tempp2->length; in mib_item_diff()
1465 d = (mib2_rawip_t *)calloc(tempp2->length, 1); in mib_item_diff()
1485 tempp2 = NULL; in mib_item_diff()