Lines Matching refs:phyints
32 struct phyint *phyints = NULL; variable
68 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup()
83 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_lookup_on_index()
157 pi->pi_next = phyints; in phyint_insert()
159 if (phyints) in phyint_insert()
160 phyints->pi_prev = pi; in phyint_insert()
161 phyints = pi; in phyint_insert()
498 if (phyints == pi) in phyint_delete()
499 phyints = pi->pi_next; in phyint_delete()
739 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in tmptoken_isvalid()
1108 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in prefix_lookup_addr_match()
2319 for (pi = phyints; pi != NULL; pi = pi->pi_next) { in phyint_print_all()