Lines Matching refs:tpp
2017 struct table **tpp, *tp; in age_table() local
2021 tpp = &table; in age_table()
2022 while (*tpp != NULL) { in age_table()
2023 tp = *tpp; in age_table()
2026 *tpp = tp->next; in age_table()
2038 tpp = &tp->next; in age_table()
2063 struct table **tpp, *tp; in flush_unreachable_routers() local
2067 tpp = &table; in flush_unreachable_routers()
2068 while (*tpp != NULL) { in flush_unreachable_routers()
2069 tp = *tpp; in flush_unreachable_routers()
2071 *tpp = tp->next; in flush_unreachable_routers()
2083 tpp = &tp->next; in flush_unreachable_routers()