netif
prom_end(struct netif *nif)
int prom_match(struct netif *, void *);
int prom_probe(struct netif *, void *);
void prom_end(struct netif *);
prom_match(struct netif *nif, void *machdep_hint)
prom_probe(struct netif *nif, void *machdep_hint)
efinet_match(struct netif *nif, void *v)
efinet_probe(struct netif *nif, void *v)
efinet_end(struct netif *nif)
int efinet_probe(struct netif *, void *);
int efinet_match(struct netif *, void *);
void efinet_end(struct netif *);
efinet_match(struct netif *nif, void *v)
efinet_probe(struct netif *nif, void *v)
efinet_end(struct netif *nif)
int efinet_probe(struct netif *, void *);
int efinet_match(struct netif *, void *);
void efinet_end(struct netif *);
le_match(struct netif *nif, void *machdep_hint)
le_probe(struct netif *nif, void *machdep_hint)
struct netif *nif = desc->io_netif;
struct netif *nif = desc->io_netif;
struct netif *nif = desc->io_netif;
le_end(struct netif *nif)
static int le_match(struct netif *, void *);
static int le_probe(struct netif *, void *);
static void le_end(struct netif *);
struct netif *ni;
static struct netif netif_of;
efinet_match(struct netif *nif, void *v)
efinet_probe(struct netif *nif, void *v)
efinet_end(struct netif *nif)
int efinet_probe(struct netif *, void *);
int efinet_match(struct netif *, void *);
void efinet_end(struct netif *);
struct netif *ni;
static struct netif netif_of;
struct netif *io_netif;
netif_probe(struct netif *nif, void *machdep_hint)
netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint)
netif_detach(struct netif *nif)
struct netif *nif = desc->io_netif;
struct netif *nif = desc->io_netif;
struct netif *nif;
netif_match(struct netif *nif, void *machdep_hint)
struct netif *
struct netif cur_if;
static struct netif best_if;
int (*netif_match)(struct netif *, void *);
int (*netif_probe)(struct netif *, void *);
void (*netif_end)(struct netif *);
struct netif *netif_select(void *);
int netif_probe(struct netif *, void *);
void netif_attach(struct netif *, struct iodesc *, void *);
void netif_detach(struct netif *);