HomeSort by relevance Sort by last modified time
    Searched defs:frag_hdr (Results 1 - 2 of 2) sorted by null

  /external/android-clat/
ipv4.c 60 struct ip6_frag *frag_hdr; local
118 frag_hdr = (struct ip6_frag *) out[pos + 1].iov_base;
119 frag_hdr_len = maybe_fill_frag_header(frag_hdr, ip6_targ, header);
122 if (frag_hdr_len && frag_hdr->ip6f_offlg & IP6F_OFF_MASK) {
ipv6.c 80 struct ip6_frag *frag_hdr = NULL; local
127 frag_hdr = (struct ip6_frag *) next_header;
128 if (len_left < sizeof(*frag_hdr)) {
133 next_header += sizeof(*frag_hdr);
134 len_left -= sizeof(*frag_hdr);
136 protocol = parse_frag_header(frag_hdr, ip_targ);
154 if (frag_hdr && (frag_hdr->ip6f_offlg & IP6F_OFF_MASK)) {

Completed in 153 milliseconds