IPTTLDEC
if (ip->ip_ttl <= IPTTLDEC) {
ip->ip_ttl -= IPTTLDEC;
if (ip->ip_sum >= (u_int16_t) ~htons(IPTTLDEC << 8))
ip->ip_sum -= ~htons(IPTTLDEC << 8);
ip->ip_sum += htons(IPTTLDEC << 8);
ip->ip_ttl -= IPTTLDEC;
ip->ip_ttl <= IPTTLDEC) {
if (*V_nat64ipstealth == 0 && ip->ip_ttl <= IPTTLDEC) {
ip6.ip6_hlim -= IPTTLDEC;
if (ip->ip_ttl <= IPTTLDEC) {
ip->ip_ttl -= IPTTLDEC;