Lines Matching refs:phyints
34 struct phyint *phyints = NULL; variable
70 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup()
85 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup_on_index()
159 pi->pi_next = phyints; in phyint_insert()
161 if (phyints) in phyint_insert()
162 phyints->pi_prev = pi; in phyint_insert()
163 phyints = pi; in phyint_insert()
500 if (phyints == pi) in phyint_delete()
501 phyints = pi->pi_next; in phyint_delete()
741 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in tmptoken_isvalid()
1110 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in prefix_lookup_addr_match()
2321 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_print_all()