Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dnetif.c104 static struct netif best_if; in netif_select() local
109 best_if.nif_driver = NULL; in netif_select()
142 best_if = cur_if; in netif_select()
152 if (best_if.nif_driver == NULL) in netif_select()
155 best_if.nif_driver-> in netif_select()
156 netif_ifs[best_if.nif_unit].dif_used |= (1 << best_if.nif_sel); in netif_select()
161 best_if.nif_driver->netif_bname, in netif_select()
162 best_if.nif_unit, best_if.nif_sel); in netif_select()
164 return &best_if; in netif_select()