Searched defs:nexthdr (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dipv6.h43 __u8 nexthdr; member in struct:ipv6_rt_hdr
56 __u8 nexthdr; member in struct:ipv6_opt_hdr
123 __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) {

Completed in 111 milliseconds