Home | History | Annotate | Download | only in netboot

Lines Matching refs:netif

70 #include "netif.h"
78 void le_end(struct netif *);
79 void le_error(struct netif *, char *, volatile struct lereg1 *);
82 int le_match(struct netif *, void *);
84 int le_probe(struct netif *, void *);
86 void le_reset(struct netif *, u_char *);
127 le_match(struct netif *nif, void *machdep_hint)
151 le_probe(struct netif *nif, void *machdep_hint)
164 le_error(struct netif *nif, char *str, volatile struct lereg1 *ler1)
185 le_reset(struct netif *nif, u_char *myea)
284 ((struct netif *)desc->io_netif)->nif_unit,
333 int nifunit = ((struct netif *)desc->io_netif)->nif_unit;
421 struct netif *nif = desc->io_netif;
436 le_end(struct netif *nif)