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

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c502 static int boot_maclen; variable
550 boot_maclen = ether_aton(macstr, boot_macaddr);
551 if (boot_maclen != 6) {
554 boot_maclen);
565 boot_maclen = *(bootp + 2);
566 ASSERT(boot_maclen <= 16);
567 bcopy(bootp + 28, boot_macaddr, boot_maclen);
577 boot_maclen = IB_BOOT_MACLEN;
618 ASSERT(boot_maclen != 0);
623 if (maclen != boot_maclen ||
[all...]

Completed in 718 milliseconds