HomeSort by: relevance | last modified time | path
    Searched refs:etheraddr (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/isibootd/
isibootd.c 111 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
  /src/external/bsd/tcpdump/dist/
print-decnet.c 63 } etheraddr; /* Ethernet address */ typedef in typeref:union:__anon5736
87 etheraddr lg_dst; /* destination id */
90 etheraddr lg_src; /* source id */
210 etheraddr rh_src; /* source id */
225 etheraddr eh_src; /* source id */
230 etheraddr eh_router; /* designated router */
  /src/sys/dev/ic/
i82586.c 231 i82586_attach(struct ie_softc *sc, const char *name, uint8_t *etheraddr,
267 ether_ifattach(ifp, etheraddr);
269 aprint_normal(" address %s, type %s\n", ether_sprintf(etheraddr),name);

Completed in 45 milliseconds