putushort
#define putushort(p, v) (((u_int8_t *)(p))[0] = (v), \
#define putushort(p, v) (*((u_int16_t *)(p)) = (v))