Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dnetif.c108 static struct netif best_if; in netif_select() local
113 best_if.nif_driver = NULL; in netif_select()
145 best_if = cur_if; in netif_select()
155 if (best_if.nif_driver == NULL) in netif_select()
158 best_if.nif_driver-> in netif_select()
159 netif_ifs[best_if.nif_unit].dif_used |= (1 << best_if.nif_sel); in netif_select()
164 best_if.nif_driver->netif_bname, in netif_select()
165 best_if.nif_unit, best_if.nif_sel); in netif_select()
167 return (&best_if); in netif_select()