Searched refs:ip6_targ (Results 1 - 3 of 3) sorted by relevance

/external/android-clat/
H A Dipv4.c59 struct ip6_hdr *ip6_targ = (struct ip6_hdr *) out[pos].iov_base; local
106 fill_ip6_header(ip6_targ, 0, nxthdr, header);
115 new_sum = ipv6_pseudo_header_checksum(ip6_targ, len_left, nxthdr);
119 frag_hdr_len = maybe_fill_frag_header(frag_hdr, ip6_targ, header);
144 ip6_targ->ip6_plen = htons(packet_length(out, pos));
H A Dtranslate.h59 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ,
64 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ,
H A Dtranslate.c174 * ip6_targ - target (ipv6) header
178 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, argument
187 frag_hdr->ip6f_nxt = ip6_targ->ip6_nxt;
195 ip6_targ->ip6_nxt = IPPROTO_FRAGMENT;

Completed in 45 milliseconds