Home | History | Annotate | Download | only in proto

Lines Matching full:short

116 #define	ether_cmp(a, b)	(!(((short*)a)[0] == ((short*)b)[0]) | \
117 !(((short*)a)[1] == ((short*)b)[1]) | \
118 !(((short*)a)[2] == ((short*)b)[2]))
122 ((short*)d)[0] = ((short*)s)[0]; \
123 ((short*)d)[1] = ((short*)s)[1]; \
124 ((short*)d)[2] = ((short*)s)[2]; }