Searched refs:etheraddr (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/isibootd/
H A Disibootd.c111 static char *etheraddr(uint8_t *);
170 station.ifname, etheraddr(station.addr)));
197 etheraddr(fp->src)));
209 TRACE(2, ("[%s] ", etheraddr(fp->src)));
340 etheraddr(uint8_t *e) function
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-decnet.c65 } etheraddr; /* Ethernet address */ typedef in typeref:union:__anon86
89 etheraddr lg_dst; /* destination id */
92 etheraddr lg_src; /* source id */
212 etheraddr rh_src; /* source id */
227 etheraddr eh_src; /* source id */
232 etheraddr eh_router; /* designated router */
/netbsd-current/sys/dev/ic/
H A Di82586.c231 i82586_attach(struct ie_softc *sc, const char *name, uint8_t *etheraddr, argument
267 ether_ifattach(ifp, etheraddr);
269 aprint_normal(" address %s, type %s\n", ether_sprintf(etheraddr),name);

Completed in 108 milliseconds