Home
last modified time | relevance | path

Searched refs:ip6f_offlg (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-frag6.c49 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
54 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK, in frag6_print()
60 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0) in frag6_print()
Dip6.h193 uint16_t ip6f_offlg; /* offset, reserved, and flag */ member
Dprint-icmp6.c1211 if (!ND_TTEST(fragh->ip6f_offlg)) in get_upperlayer()
1214 if ((EXTRACT_16BITS(&fragh->ip6f_offlg) & IP6F_OFF_MASK) != 0) in get_upperlayer()
/external/android-clat/
Dtranslate.c192 frag_hdr->ip6f_offlg = htons(frag_off << 3); in maybe_fill_frag_header()
194 frag_hdr->ip6f_offlg |= IP6F_MORE_FRAG; in maybe_fill_frag_header()
210 uint16_t frag_off = (ntohs(frag_hdr->ip6f_offlg & IP6F_OFF_MASK) >> 3); in parse_frag_header()
211 if (frag_hdr->ip6f_offlg & IP6F_MORE_FRAG) { in parse_frag_header()
Dipv4.c123 if (frag_hdr_len && frag_hdr->ip6f_offlg & IP6F_OFF_MASK) { in ipv4_packet()
Dipv6.c156 if (frag_hdr && (frag_hdr->ip6f_offlg & IP6F_OFF_MASK)) { in ipv6_packet()
Dclatd_test.cpp199 (frag->ip6f_offlg & (IP6F_OFF_MASK | IP6F_MORE_FRAG)); in is_ipv6_fragment()
207 return ntohs((frag->ip6f_offlg & IP6F_OFF_MASK) >> 3); in ipv6_fragment_offset()
/external/linux-kselftest/tools/testing/selftests/net/
Dip_defrag.c160 fraghdr->ip6f_offlg = htons(offset); in send_fragment()
163 fraghdr->ip6f_offlg = htons(offset | IP6_MF); in send_fragment()
258 fraghdr->ip6f_offlg = htons(offset / 8 | IP6_MF); in send_udp_frags()