Searched defs:boot_macaddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c501 static uchar_t boot_macaddr[16]; variable
550 boot_maclen = ether_aton(macstr, boot_macaddr);
567 bcopy(bootp + 28, boot_macaddr, boot_maclen);
576 boot_macaddr, IB_BOOT_MACLEN);
624 bcmp(macaddr, boot_macaddr, maclen) != 0) {

Completed in 162 milliseconds