Searched defs:ether_copy (Results 1 – 2 of 2) sorted by relevance
136 #define ether_copy(a, b) { ((short *)b)[0] = ((short *)a)[0]; \ macro139 #define ether_copy(a, b) (bcopy((caddr_t)a, (caddr_t)b, 6)) macro
139 #define ether_copy(a,b) { ((short *)b)[0]=((short *)a)[0]; \ macro