ether_copy
#define ether_copy(a, b) { ((short *)b)[0] = ((short *)a)[0]; \
#define ether_copy(a, b) (bcopy((caddr_t)a, (caddr_t)b, 6))