HomeSort by: relevance | last modified time | path
    Searched defs:neighbors (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rwhod/
rwhod.c 87 * started up. Neighbors are currently directly connected via a hardware
98 static struct neighbor *neighbors; variable in typeref:struct:neighbor *
415 for (np = neighbors; np != NULL; np = np->n_next)
523 for (np = neighbors; np != NULL; np = np->n_next)
539 np->n_next = neighbors;
540 neighbors = np;
  /src/usr.sbin/map-mbone/
mapper.c 65 Neighbor *neighbors; /* List of neighbors' IP addresses */ member in struct:interface
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;
    [all...]

Completed in 12 milliseconds