Home
last modified time | relevance | path

Searched refs:netif_attach (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sun68k/stand/libsa/
H A Dnetif_sun.c79 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 Dnetif.c179 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 Dnetif.h82 void netif_attach(struct netif *, struct iodesc *, void *);