Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dether.c68 MACPY(d->myea, eh->ether_shost); /* by byte */ in sendether()
69 MACPY(dea, eh->ether_dhost); /* by byte */ in sendether()
H A Darp.c113 MACPY(d->myea, ah->arp_sha); in arpwhohas()
139 MACPY(ah->arp_sha, al->ea); in arpwhohas()
H A Dnet.h54 #define MACPY(s, d) bcopy((char *)s, (char *)d, 6) macro
H A Dbootp.c117 MACPY(d->myea, bp->bp_chaddr); in bootp()