Searched defs:getushort (Results 1 – 1 of 1) sorted by relevance
96 #define getushort(x) *((u_int16_t *)(x)) macro101 #define getushort(x) (((u_int8_t *)(x))[0] + (((u_int8_t *)(x))[1] << 8)) macro