Searched defs:ether_copy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h136 #define ether_copy(a, b) { ((short *)b)[0] = ((short *)a)[0]; \ macro
139 #define ether_copy(a, b) (bcopy((caddr_t)a, (caddr_t)b, 6)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h139 #define ether_copy(a,b) { ((short *)b)[0]=((short *)a)[0]; \ macro

Completed in 50 milliseconds