Home
last modified time | relevance | path

Searched refs:nexthdr (Results 1 – 14 of 14) sorted by relevance

/external/libnl/include/linux-private/linux/
Dipv6.h25 __u8 nexthdr; member
38 __u8 nexthdr; member
103 __u8 nexthdr; member
Dip.h109 __u8 nexthdr; member
124 __u8 nexthdr; member
130 __u8 nexthdr; member
/external/kernel-headers/original/uapi/linux/
Dipv6.h48 __u8 nexthdr; member
61 __u8 nexthdr; member
128 __u8 nexthdr; member
Dip.h109 __u8 nexthdr; member
124 __u8 nexthdr; member
130 __u8 nexthdr; member
Dseg6.h21 __u8 nexthdr; member
/external/ltp/runtest/
Dnet_stress.broken_ip15 broken_ip6-nexthdr broken_ip6-nexthdr
/external/iputils/
Dtraceroute6.c841 int nexthdr; in packet_ok() local
845 nexthdr = hip->ip6_nxt; in packet_ok()
847 if (nexthdr == 44) { in packet_ok()
848 nexthdr = *(unsigned char*)up; in packet_ok()
851 if (nexthdr == IPPROTO_UDP) in packet_ok()
Dping6.c1640 int nexthdr; in parse_reply() local
1657 nexthdr = iph1->ip6_nxt; in parse_reply()
1659 if (nexthdr == 44) { in parse_reply()
1660 nexthdr = *(__u8*)icmph1; in parse_reply()
1663 if (nexthdr == IPPROTO_ICMPV6) { in parse_reply()
/external/libnl/etc/
Dpktloc33 ip6.nexthdr u8 net+6
/external/iproute2/examples/bpf/
Dbpf_prog.c295 *ip_proto = load_byte(skb, nh_off + offsetof(struct ipv6hdr, nexthdr)); in flow_parse_ipv6()
/external/elfutils/src/
Dreadelf.c4816 const unsigned char *nexthdr = readp + length; in print_debug_aranges_section() local
4871 while (readp < nexthdr) in print_debug_aranges_section()
4912 if (readp != nexthdr) in print_debug_aranges_section()
4914 size_t padding = nexthdr - readp; in print_debug_aranges_section()
4916 readp = nexthdr; in print_debug_aranges_section()
DChangeLog617 nexthdr overflow.
/external/ltp/android/
Dltp_package_list.mk1121 ltp_testcases_bin_broken_ip6-nexthdr \
DAndroid.ltp.mk2068 module_prebuilt := testcases/bin/broken_ip6-nexthdr
2069 module_src_files := testcases/network/stress/broken_ip/broken_ip6-nexthdr