Searched refs:ni_list (Results 1 – 1 of 1) sorted by relevance
353 static ni_t *ni_list = NULL; variable1790 nip = ni_list; in find_all_interfaces()1793 ni_list = nip->ni_next; in find_all_interfaces()4260 for (pp = &ni_list; (p = *pp) != NULL; pp = &(p->ni_next)) { in add_ni()