Home
last modified time | relevance | path

Searched refs:ni_list (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c354 static ni_t *ni_list = NULL; variable
1791 nip = ni_list; in find_all_interfaces()
1794 ni_list = nip->ni_next; in find_all_interfaces()
4261 for (pp = &ni_list; (p = *pp) != NULL; pp = &(p->ni_next)) { in add_ni()