Searched refs:ether_ifattach (Results 1 – 25 of 136) sorted by relevance
123456
| /netbsd/src/sys/net/ |
| D | if_vether.c | 100 ether_ifattach(ifp, enaddr); in vether_clone_create()
|
| D | if_ether.h | 398 void ether_ifattach(struct ifnet *, const uint8_t *);
|
| /netbsd/src/sys/net/agr/ |
| D | if_agrether.c | 112 ether_ifattach(ifp, CLLADDR(ifp_port->if_sadl)); in agrether_ctor()
|
| /netbsd/src/sys/dev/ofw/ |
| D | ofnet.c | 139 ether_ifattach(ifp, myaddr); in ofnet_attach()
|
| /netbsd/src/sys/arch/usermode/dev/ |
| D | if_veth.c | 141 ether_ifattach(ifp, sc->sc_eaddr); in veth_attach()
|
| /netbsd/src/sys/rump/net/lib/libvirtif/ |
| D | if_virt.c | 93 ether_ifattach(ifp, enaddr); in virtif_create()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | zz9k_if.c | 189 ether_ifattach(ifp, lla); in zzif_attach()
|
| D | if_qn.c | 239 ether_ifattach(ifp, myaddr); in qnattach()
|
| /netbsd/src/sys/arch/sun2/dev/ |
| D | if_ec.c | 236 ether_ifattach(ifp, myaddr); in ec_attach()
|
| /netbsd/src/sys/dev/isa/ |
| D | if_el.c | 246 ether_ifattach(ifp, myaddr); in elattach()
|
| D | if_eg.c | 462 ether_ifattach(ifp, myaddr); in egattach()
|
| /netbsd/src/sys/arch/mac68k/dev/ |
| D | if_mc.c | 161 ether_ifattach(ifp, lladdr); in mcsetup()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | am79c950.c | 164 ether_ifattach(ifp, lladdr); in mcsetup()
|
| D | if_gm.c | 247 ether_ifattach(ifp, laddr); in gmac_attach()
|
| /netbsd/src/sys/dev/qbus/ |
| D | if_qt.c | 294 ether_ifattach(ifp, sc->is_addr); in qtattach()
|
| D | if_de.c | 269 ether_ifattach(ifp, myaddr); in deattach()
|
| D | if_il.c | 213 ether_ifattach(ifp, sc->sc_stats.ils_addr); in ilattach()
|
| /netbsd/src/sys/arch/next68k/dev/ |
| D | mb8795.c | 127 ether_ifattach(ifp, sc->sc_enaddr); in mb8795_config()
|
| /netbsd/src/sys/dev/ic/ |
| D | lance.c | 241 ether_ifattach(ifp, sc->sc_enaddr); in lance_config()
|
| D | mb86950.c | 293 ether_ifattach(ifp, sc->sc_enaddr); in mb86950_config()
|
| D | sgec.c | 222 ether_ifattach(ifp, sc->sc_enaddr); in sgec_attach()
|
| /netbsd/src/sys/arch/playstation2/dev/ |
| D | if_smap.c | 237 ether_ifattach(ifp, emac3->eaddr); in smap_attach()
|
| /netbsd/src/sys/rump/net/lib/libshmif/ |
| D | if_shmem.c | 217 ether_ifattach(ifp, enaddr); in allocif()
|
| /netbsd/src/sys/arch/arm/gemini/ |
| D | if_gpn.c | 707 ether_ifattach(ifp, enaddr); in gpn_attach()
|
| /netbsd/src/sys/arch/emips/ebus/ |
| D | if_le_ebus.c | 218 ether_ifattach(ifp, sc->sc_enaddr); in enic_attach()
|
123456