Lines Matching refs:boot_maclen
502 static int boot_maclen;
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 ||