Home
last modified time | relevance | path

Searched defs:ipv6hdr (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
Dipv6.h80 struct ipv6hdr { struct
82 __u8 priority:4,
83 version:4;
90 __u8 flow_lbl[3];
92 __be16 payload_len;
93 __u8 nexthdr;
94 __u8 hop_limit;
96 struct in6_addr saddr;
97 struct in6_addr daddr;
/development/ndk/platforms/android-21/include/linux/
Dipv6.h84 struct ipv6hdr { struct
86 __u8 priority:4,
87 version:4;
96 __u8 flow_lbl[3];
97 __be16 payload_len;
99 __u8 nexthdr;
100 __u8 hop_limit;
101 struct in6_addr saddr;
102 struct in6_addr daddr;