ether_bcopy
#define ether_bcopy(src, dest) bcopy((src), (dest), ETHERADDRL);
#define ether_bcopy(a, b) (bcopy(a, b, 6))