Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libsa/
Dnetif.c91 static struct netif best_if; in netif_select() local
96 best_if.nif_driver = NULL; in netif_select()
134 best_if = cur_if; in netif_select()
144 if (best_if.nif_driver == NULL) in netif_select()
147 best_if.nif_driver->netif_ifs[best_if.nif_unit].dif_used |= in netif_select()
148 (1 << best_if.nif_sel); in netif_select()
153 best_if.nif_driver->netif_bname, in netif_select()
154 best_if.nif_unit, best_if.nif_sel); in netif_select()
156 return &best_if; in netif_select()