netif
struct ifnet netif;
if (kmemcpy((char *)&netif, (u_long)ptr, sizeof(netif)) == -1)
return (strdup(netif.if_xname));
efinet_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;
efinet_end(struct netif *nif)
static void efinet_end(struct netif *);
static int efinet_match(struct netif *, void *);
static int efinet_probe(struct netif *, void *);
efinet_match(struct netif *nif, void *machdep_hint)
pxe_netif_match(struct netif *nif, void *machdep_hint)
pxe_netif_probe(struct netif *nif, void *machdep_hint)
pxe_netif_end(struct netif *nif)
static int pxe_netif_match(struct netif *nif, void *machdep_hint);
static int pxe_netif_probe(struct netif *nif, void *machdep_hint);
static void pxe_netif_end(struct netif *nif);
ofwn_end(struct netif *nif)
static int ofwn_probe(struct netif *, void *);
static int ofwn_match(struct netif *, void *);
static void ofwn_end(struct netif *);
ofwn_match(struct netif *nif, void *machdep_hint)
ofwn_probe(struct netif *nif, void *machdep_hint)
struct netif *io_netif;
struct netif cur_if;
static struct netif best_if;
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 *
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 *);
net_match(struct netif *nif, void *machdep_hint)
net_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;
net_end(struct netif *nif)
static int net_probe(struct netif *, void *);
static int net_match(struct netif *, void *);
static void net_end(struct netif *);
#define netfront_carrier_on(netif) ((netif)->carrier = 1)
#define netfront_carrier_off(netif) ((netif)->carrier = 0)
#define netfront_carrier_ok(netif) ((netif)->carrier)