Lines Matching refs:tempp2
1388 mib_item_t *tempp2; /* walking copy of item2 */ in mib_item_diff() local
1399 for (tempp2 = item2; in mib_item_diff()
1400 tempp2; in mib_item_diff()
1401 tempp2 = tempp2->next_item) { in mib_item_diff()
1402 if (tempp2->mib_id == 0) in mib_item_diff()
1403 switch (tempp2->group) { in mib_item_diff()
1423 tempp2 = NULL; in mib_item_diff()
1433 for (tempp2 = item2; tempp2 != NULL; tempp2 = tempp2->next_item) { in mib_item_diff()
1434 if (tempp2->mib_id != 0) in mib_item_diff()
1439 tempp1->group == tempp2->group && in mib_item_diff()
1440 tempp1->mib_id == tempp2->mib_id)) in mib_item_diff()
1445 switch (tempp2->group) { in mib_item_diff()
1452 mib2_ip_t *i2 = (mib2_ip_t *)tempp2->valp; in mib_item_diff()
1456 diffptr->group = tempp2->group; in mib_item_diff()
1457 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1458 diffptr->length = tempp2->length; in mib_item_diff()
1459 d = calloc(1, tempp2->length); in mib_item_diff()
1505 i2 = (mib2_ipv6IfStatsEntry_t *)tempp2->valp; in mib_item_diff()
1507 diffptr->group = tempp2->group; in mib_item_diff()
1508 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1509 diffptr->length = tempp2->length; in mib_item_diff()
1510 d = calloc(1, tempp2->length); in mib_item_diff()
1556 m2 = (struct mrtstat *)tempp2->valp; in mib_item_diff()
1558 diffptr->group = tempp2->group; in mib_item_diff()
1559 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1560 diffptr->length = tempp2->length; in mib_item_diff()
1561 d = calloc(1, tempp2->length); in mib_item_diff()
1594 i2 = (struct igmpstat *)tempp2->valp; in mib_item_diff()
1596 diffptr->group = tempp2->group; in mib_item_diff()
1597 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1598 diffptr->length = tempp2->length; in mib_item_diff()
1599 d = calloc(1, tempp2->length); in mib_item_diff()
1620 i2 = (mib2_icmp_t *)tempp2->valp; in mib_item_diff()
1622 diffptr->group = tempp2->group; in mib_item_diff()
1623 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1624 diffptr->length = tempp2->length; in mib_item_diff()
1625 d = calloc(1, tempp2->length); in mib_item_diff()
1669 i2 = (mib2_ipv6IfIcmpEntry_t *)tempp2->valp; in mib_item_diff()
1671 diffptr->group = tempp2->group; in mib_item_diff()
1672 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1673 diffptr->length = tempp2->length; in mib_item_diff()
1674 d = calloc(1, tempp2->length); in mib_item_diff()
1722 t2 = (mib2_tcp_t *)tempp2->valp; in mib_item_diff()
1724 diffptr->group = tempp2->group; in mib_item_diff()
1725 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1726 diffptr->length = tempp2->length; in mib_item_diff()
1727 d = calloc(1, tempp2->length); in mib_item_diff()
1789 u2 = (mib2_udp_t *)tempp2->valp; in mib_item_diff()
1791 diffptr->group = tempp2->group; in mib_item_diff()
1792 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1793 diffptr->length = tempp2->length; in mib_item_diff()
1794 d = calloc(1, tempp2->length); in mib_item_diff()
1810 s2 = (mib2_sctp_t *)tempp2->valp; in mib_item_diff()
1812 diffptr->group = tempp2->group; in mib_item_diff()
1813 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1814 diffptr->length = tempp2->length; in mib_item_diff()
1815 d = calloc(1, tempp2->length); in mib_item_diff()
1867 r2 = (mib2_rawip_t *)tempp2->valp; in mib_item_diff()
1869 diffptr->group = tempp2->group; in mib_item_diff()
1870 diffptr->mib_id = tempp2->mib_id; in mib_item_diff()
1871 diffptr->length = tempp2->length; in mib_item_diff()
1872 d = calloc(1, tempp2->length); in mib_item_diff()
1892 tempp2 = NULL; in mib_item_diff()