Searched refs:iph2 (Results 1 – 1 of 1) sorted by relevance
948 struct ip *iph2 = NULL; in nat464_translate_proto() local949 iph2 = (struct ip*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()950 sizeof(*iph2)); in nat464_translate_proto()951 if (iph2 == NULL) { in nat464_translate_proto()955 hlen2 = (uint16_t)(ip2off + (iph2->ip_hl << 2)); in nat464_translate_proto()956 tot_len2 = ntohs(iph2->ip_len); in nat464_translate_proto()959 VERIFY(IN_ARE_ADDR_EQUAL(&odst->natv4addr, &iph2->ip_src)); in nat464_translate_proto()961 &hlen2, iph2->ip_p, iph2->ip_ttl, tot_len2, in nat464_translate_proto()975 iph2 = NULL; in nat464_translate_proto()1018 struct ip6_hdr *iph2 = NULL; in nat464_translate_proto() local[all …]