Searched refs:boot_macaddr (Results 1 – 1 of 1) sorted by relevance
501 static uchar_t boot_macaddr[16]; variable550 boot_maclen = ether_aton(macstr, boot_macaddr); in strplumb_get_netdev_path()567 bcopy(bootp + 28, boot_macaddr, boot_maclen); in strplumb_get_netdev_path()576 boot_macaddr, IB_BOOT_MACLEN); in strplumb_get_netdev_path()624 bcmp(macaddr, boot_macaddr, maclen) != 0) { in matchmac()