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

/external/kernel-headers/original/uapi/linux/
H A Dipv6.h47 __u8 nexthdr; member in struct:ipv6_rt_hdr
60 __u8 nexthdr; member in struct:ipv6_opt_hdr
127 __u8 nexthdr; member in struct:ipv6hdr
H A Dip.h109 __u8 nexthdr; member in struct:ip_auth_hdr
124 __u8 nexthdr; member in struct:ip_comp_hdr
130 __u8 nexthdr; member in struct:ip_beet_phdr
/external/iputils/
H A Dtraceroute6.c841 int nexthdr; local
845 nexthdr = hip->ip6_nxt;
847 if (nexthdr == 44) {
848 nexthdr = *(unsigned char*)up;
851 if (nexthdr == IPPROTO_UDP)
H A Dping6.c1640 int nexthdr; local
1657 nexthdr = iph1->ip6_nxt;
1659 if (nexthdr == 44) {
1660 nexthdr = *(__u8*)icmph1;
1663 if (nexthdr == IPPROTO_ICMPV6) {
/external/iproute2/examples/bpf/
H A Dbpf_prog.c295 *ip_proto = load_byte(skb, nh_off + offsetof(struct ipv6hdr, nexthdr));
/external/elfutils/src/
H A Dreadelf.c4816 const unsigned char *nexthdr = readp + length; local
4871 while (readp < nexthdr)
4912 if (readp != nexthdr)
4914 size_t padding = nexthdr - readp;
4916 readp = nexthdr;

Completed in 237 milliseconds