ua_ntohs
# define ua_ntohs(src, tgt) (*(u_int16_t *)(tgt) = ntohs(*(u_int16_t *)(src)))
# define ua_ntohs(src, tgt) \