Searched refs:iph2 (Results 1 – 1 of 1) sorted by relevance
954 struct ip *iph2 = NULL; in nat464_translate_proto() local955 iph2 = (struct ip*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()956 sizeof(*iph2)); in nat464_translate_proto()957 if (iph2 == NULL) { in nat464_translate_proto()961 hlen2 = (uint16_t)(ip2off + (iph2->ip_hl << 2)); in nat464_translate_proto()962 tot_len2 = ntohs(iph2->ip_len); in nat464_translate_proto()965 VERIFY(IN_ARE_ADDR_EQUAL(&odst->natv4addr, &iph2->ip_src)); in nat464_translate_proto()967 &hlen2, iph2->ip_p, iph2->ip_ttl, tot_len2, in nat464_translate_proto()981 iph2 = NULL; in nat464_translate_proto()1024 struct ip6_hdr *iph2 = NULL; in nat464_translate_proto() local[all …]