OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip6_targ
(Results
1 - 3
of
3
) sorted by null
/external/android-clat/
ipv4.c
59
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));
translate.h
70
size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *
ip6_targ
,
75
size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *
ip6_targ
,
translate.c
174
*
ip6_targ
- target (ipv6) header
178
size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *
ip6_targ
,
187
frag_hdr->ip6f_nxt =
ip6_targ
->ip6_nxt;
195
ip6_targ
->ip6_nxt = IPPROTO_FRAGMENT;
Completed in 789 milliseconds