Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c513 static uchar_t boot_macaddr[16]; variable
562 boot_maclen = ether_aton(macstr, boot_macaddr); in strplumb_get_netdev_path()
579 bcopy(bootp + 28, boot_macaddr, boot_maclen); in strplumb_get_netdev_path()
588 boot_macaddr, IB_BOOT_MACLEN); in strplumb_get_netdev_path()
636 bcmp(macaddr, boot_macaddr, maclen) != 0) { in matchmac()