Home
last modified time | relevance | path

Searched refs:ip6_frag (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-frag6.c38 register const struct ip6_frag *dp; in frag6_print()
41 dp = (const struct ip6_frag *)bp; in frag6_print()
51 (long)(bp - bp2) - sizeof(struct ip6_frag))); in frag6_print()
56 (long)(bp - bp2) - sizeof(struct ip6_frag))); in frag6_print()
65 return sizeof(struct ip6_frag); in frag6_print()
Dip6.h190 struct ip6_frag { struct
Dprint-ip6.c91 advance = sizeof(struct ip6_frag); in ip6_finddst()
Dprint-icmp6.c1170 const struct ip6_frag *fragh; in get_upperlayer()
1210 fragh = (const struct ip6_frag *)bp; in get_upperlayer()
1217 hlen = sizeof(struct ip6_frag); in get_upperlayer()
/external/android-clat/
Dtranslate.h60 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ,
62 uint8_t parse_frag_header(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ);
65 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ,
67 uint8_t parse_frag_header(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ);
Dipv4.c61 struct ip6_frag *frag_hdr; in ipv4_packet()
119 frag_hdr = (struct ip6_frag *)out[pos + 1].iov_base; in ipv4_packet()
Dtranslate.c180 size_t maybe_fill_frag_header(struct ip6_frag *frag_hdr, struct ip6_hdr *ip6_targ, in maybe_fill_frag_header()
209 uint8_t parse_frag_header(const struct ip6_frag *frag_hdr, struct iphdr *ip_targ) { in parse_frag_header()
499 char fraghdr[sizeof(struct ip6_frag)]; in translate_packet()
502 char icmp_fraghdr[sizeof(struct ip6_frag)]; in translate_packet()
Dipv6.c82 struct ip6_frag *frag_hdr = NULL; in ipv6_packet()
129 frag_hdr = (struct ip6_frag *)next_header; in ipv6_packet()
Dclatd_test.cpp197 struct ip6_frag *frag = (struct ip6_frag *)(ip6 + 1); in is_ipv6_fragment()
206 int ipv6_fragment_offset(struct ip6_frag *frag) { in ipv6_fragment_offset()
239 struct ip6_frag *frag = (struct ip6_frag *)(ip6 + 1); in check_packet()
329 struct ip6_frag *frag = (struct ip6_frag *)(ip6_orig + 1); in reassemble_packet()
/external/linux-kselftest/tools/testing/selftests/net/
Dip_defrag.c156 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_fragment()
218 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_udp_frags()
254 struct ip6_frag *fraghdr = (struct ip6_frag *)(ip_frame + IP6_HLEN); in send_udp_frags()