Searched defs:tempp1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c978 mib_item_t *tempp1; /* walking copy of item1 */ local
1027 for (tempp1 = item1; tempp1 != NULL;
1028 tempp1 = tempp1->next_item) {
1029 if (!(tempp1->mib_id == 0 &&
1030 tempp1->group == tempp2->group &&
1031 tempp1->mib_id == tempp2->mib_id))
1044 mib2_ip_t *i1 = (mib2_ip_t *)tempp1->valp;
1097 i1 = (mib2_ipv6IfStatsEntry_t *)tempp1
[all...]

Completed in 104 milliseconds