ether_cmp
#define ether_cmp(a, b) (((short *)b)[2] != ((short *)a)[2] || \
#define ether_cmp(a, b) (bcmp((caddr_t)a, (caddr_t)b, 6))