ua_htons
# define ua_htons(src, tgt) (*(u_int16_t *)(tgt) = htons(*(u_int16_t *)(src)))
# define ua_htons(src, tgt) \