ua_htonl
# define ua_htonl(src, tgt) (*(u_int32_t *)(tgt) = htonl(*(u_int32_t *)(src)))
# define ua_htonl(src, tgt) \