Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dipv6.h43 __u8 nexthdr; member
56 __u8 nexthdr; member
123 __u8 nexthdr; member
Dip.h109 __u8 nexthdr; member
124 __u8 nexthdr; member
130 __u8 nexthdr; member
/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/elfutils/src/src/
Dreadelf.c4710 const unsigned char *nexthdr = readp + length; in print_debug_aranges_section() local
4765 while (readp < nexthdr) in print_debug_aranges_section()
4806 if (readp != nexthdr) in print_debug_aranges_section()
4808 size_t padding = nexthdr - readp; in print_debug_aranges_section()
4810 readp = nexthdr; in print_debug_aranges_section()
DChangeLog132 nexthdr overflow.