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

  /src/usr.sbin/map-mbone/
mapper.c 336 Interface *ifc_i, *next_ifc_i; local in function:accept_neighbors
350 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
375 next_ifc_i = ifc_i->next;
477 Interface *ifc_i, *next_ifc_i; local in function:accept_neighbors2
491 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) {
516 next_ifc_i = ifc_i->next;

Completed in 12 milliseconds