Searched refs:next_nb_i (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/map-mbone/
H A Dmapper.c349 Neighbor *nb_i, *next_nb_i, *nb_n; local
353 for (nb_i = ifc_i->neighbors; nb_i; nb_i = next_nb_i) {
354 next_nb_i = nb_i->next;
490 Neighbor *nb_i, *next_nb_i, *nb_n; local
494 for (nb_i = ifc_i->neighbors; nb_i; nb_i = next_nb_i) {
495 next_nb_i = nb_i->next;

Completed in 163 milliseconds