HomeSort by: relevance | last modified time | path
    Searched defs:best_if (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/boot/boot/
netio.c 104 static struct netif best_if; local in function:net_devinit
114 best_if.nif_driver = drv;
115 s->io_netif = &best_if;
  /src/sys/lib/libsa/
netif.c 98 static struct netif best_if; local in function:netif_select
103 best_if.nif_driver = NULL;
141 best_if = cur_if;
151 if (best_if.nif_driver == NULL)
154 best_if.nif_driver->
155 netif_ifs[best_if.nif_unit].dif_used |= (1 << best_if.nif_sel);
160 best_if.nif_driver->netif_bname,
161 best_if.nif_unit, best_if.nif_sel)
    [all...]

Completed in 11 milliseconds