Searched refs:netif_attach (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/sun68k/stand/libsa/ |
H A D | netif_sun.c | 79 int netif_attach(struct netif *, struct iodesc *, void *); 181 netif_attach(struct netif *nif, struct iodesc *s, void *aux) in netif_attach() function 230 error = netif_attach(nif, s, aux); in netif_open()
|
/netbsd-src/sys/lib/libsa/ |
H A D | netif.c | 179 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() function 305 netif_attach(nif, s, machdep_hint); in netif_open()
|
H A D | netif.h | 82 void netif_attach(struct netif *, struct iodesc *, void *);
|