Lines Matching defs:neighbors
65 Neighbor *neighbors; /* List of neighbors' IP addresses */
141 ifc->neighbors = 0;
154 for (nb = ifc->neighbors; nb; nb = nb->next)
202 * Send a neighbors-list request.
354 old_neighbors = ifc_n->neighbors;
355 for (nb_i = ifc_i->neighbors; nb_i; nb_i = next_nb_i) {
370 nb_i->next = ifc_n->neighbors;
371 ifc_n->neighbors = nb_i;
384 old_neighbors = ifc->neighbors;
386 /* Add the neighbors for this interface */
413 nb->next = ifc->neighbors;
414 ifc->neighbors = nb;
495 old_neighbors = ifc_n->neighbors;
496 for (nb_i = ifc_i->neighbors; nb_i; nb_i = next_nb_i) {
511 nb_i->next = ifc_n->neighbors;
512 ifc_n->neighbors = nb_i;
525 old_neighbors = ifc->neighbors;
527 /* Add the neighbors for this interface */
557 nb->next = ifc->neighbors;
558 ifc->neighbors = nb;
647 for (nb = ifc->neighbors; nb; nb = nb->next) {
707 for (nb = ifc->neighbors; nb; nb = nb->next) {
746 for (nb = ifc->neighbors; nb; nb = nb->next) {