Home
last modified time | relevance | path

Searched refs:IPPROTO_FRAGMENT (Results 1 – 16 of 16) sorted by relevance

/external/tcpdump/
Dipproto.h76 #ifndef IPPROTO_FRAGMENT
77 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
Dipproto.c38 { IPPROTO_FRAGMENT, "Fragment" },
Dprint-ip6.c163 case IPPROTO_FRAGMENT: in ip6_print()
Dprint-icmp6.c1227 case IPPROTO_FRAGMENT: /* this should be odd, but try anyway */ in get_upperlayer()
/external/iptables/extensions/
Dlibip6t_ipv6header.c37 { "frag", IPPROTO_FRAGMENT },
45 { "44", IPPROTO_FRAGMENT },
57 { IPPROTO_FRAGMENT, MASK_FRAGMENT },
/external/strace/xlat/
Dinet_protocols.h53 #if defined(IPPROTO_FRAGMENT) || (defined(HAVE_DECL_IPPROTO_FRAGMENT) && HAVE_DECL_IPPROTO_FRAGMENT)
54 XLAT(IPPROTO_FRAGMENT),
Dinet_protocols.in15 IPPROTO_FRAGMENT
/external/kernel-headers/original/uapi/linux/
Din6.h133 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/external/iproute2/include/linux/
Din6.h133 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/external/libpcap/Win32/Include/
Dip6_misc.h110 #define IPPROTO_FRAGMENT 44 /* IPv6 fragmentation header */ macro
/external/android-clat/
Dipv6.c127 if (protocol == IPPROTO_FRAGMENT) { in ipv6_packet()
Dclatd_test.cpp185 if (ip6->ip6_nxt != IPPROTO_FRAGMENT) { in is_ipv6_fragment()
229 if (ip6->ip6_nxt == IPPROTO_FRAGMENT) { in check_packet()
550 case IPPROTO_FRAGMENT: in get_transport_checksum()
Dtranslate.c195 ip6_targ->ip6_nxt = IPPROTO_FRAGMENT; in maybe_fill_frag_header()
/external/toybox/toys/pending/
Dtraceroute.c395 if (hdr_next == IPPROTO_FRAGMENT) { in do_trace()
/external/libpcap/
Dgencode.c116 #ifndef IPPROTO_FRAGMENT
117 #define IPPROTO_FRAGMENT 44 macro
5685 s[i]->s.k = IPPROTO_FRAGMENT;
6054 b2 = gen_cmp(OR_LINKPL, 6, BPF_B, IPPROTO_FRAGMENT);
/external/iptables/iptables/
Dip6tables.c372 proto == IPPROTO_FRAGMENT || in is_exthdr()