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

  /src/usr.sbin/map-mbone/
mapper.c 352 Interface *ifc_n = find_interface(ifc_i->addr, node); local in function:accept_neighbors
354 old_neighbors = ifc_n->neighbors;
370 nb_i->next = ifc_n->neighbors;
371 ifc_n->neighbors = nb_i;
493 Interface *ifc_n = find_interface(ifc_i->addr, node); local in function:accept_neighbors2
495 old_neighbors = ifc_n->neighbors;
511 nb_i->next = ifc_n->neighbors;
512 ifc_n->neighbors = nb_i;

Completed in 12 milliseconds