Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dether.c69 MACPY(d->myea, eh->ether_shost); /* by byte */ in sendether()
70 MACPY(dea, eh->ether_dhost); /* by byte */ in sendether()
H A Darp.c108 MACPY(d->myea, ah->arp_sha); in arpwhohas()
136 MACPY(ah->arp_sha, al->ea); in arpwhohas()
H A Dnet.h55 #define MACPY(s, d) bcopy((char *)s, (char *)d, 6) macro
H A Dbootp.c156 MACPY(d->myea, bp->bp_chaddr); in bootp()