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

/freebsd-9.3-release/lib/libstand/
H A Dnetif.c100 static struct netif best_if; local
105 best_if.nif_driver = NULL;
139 best_if = cur_if;
149 if (best_if.nif_driver == NULL)
152 best_if.nif_driver->
153 netif_ifs[best_if.nif_unit].dif_used |= (1 << best_if.nif_sel);
158 best_if.nif_driver->netif_bname,
159 best_if.nif_unit, best_if
[all...]

Completed in 141 milliseconds