HomeSort by: relevance | last modified time | path
    Searched defs:hwa (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
trylook.c 31 u_char *hwa; local in function:main
48 hwa = lookup_hwa(argv[i], 1);
49 if (!hwa)
52 a = ether_ntoa(hwa);
53 printf(" hwa=%s\n", a);
  /src/sys/arch/cesfic/dev/
if_le.c 104 static char hwa[6] = {0x00,0x80,0xa2,0x00,0x30,0x23}; variable in typeref:typename:char[6]
123 sc->sc_enaddr[i] = hwa[i];

Completed in 14 milliseconds