Home
last modified time | relevance | path

Searched refs:boot_maclen (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c514 static int boot_maclen; variable
562 boot_maclen = ether_aton(macstr, boot_macaddr); in strplumb_get_netdev_path()
563 if (boot_maclen != 6) { in strplumb_get_netdev_path()
566 boot_maclen); in strplumb_get_netdev_path()
577 boot_maclen = *(bootp + 2); in strplumb_get_netdev_path()
578 ASSERT(boot_maclen <= 16); in strplumb_get_netdev_path()
579 bcopy(bootp + 28, boot_macaddr, boot_maclen); in strplumb_get_netdev_path()
589 boot_maclen = IB_BOOT_MACLEN; in strplumb_get_netdev_path()
630 ASSERT(boot_maclen != 0); in matchmac()
635 if (maclen != boot_maclen || in matchmac()