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

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h122 #define ether_cmp(a, b) (((short *)b)[2] != ((short *)a)[2] || \ macro
126 #define ether_cmp(a, b) (bcmp((caddr_t)a, (caddr_t)b, 6)) macro
/illumos-gate/usr/src/lib/libbc/inc/include/netinet/
H A Dif_ether.h131 #define ether_cmp(a,b) ( ((short *)b)[2] != ((short *)a)[2] || \ macro

Completed in 343 milliseconds