ua_ntohl
# define ua_ntohl(src, tgt) (*(u_int32_t *)(tgt) = ntohl(*(u_int32_t *)(src)))
# define ua_ntohl(src, tgt) \