Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dipv6.h90 struct ipv6hdr { struct
92 __u8 priority:4,
93 version:4;
100 __u8 flow_lbl[3];
102 __be16 payload_len;
103 __u8 nexthdr;
104 __u8 hop_limit;
106 struct in6_addr saddr;
107 struct in6_addr daddr;
/external/kernel-headers/original/uapi/linux/
Dipv6.h116 struct ipv6hdr { struct
118 __u8 priority:4,
119 version:4;
126 __u8 flow_lbl[3];
128 __be16 payload_len;
129 __u8 nexthdr;
130 __u8 hop_limit;
132 struct in6_addr saddr;
133 struct in6_addr daddr;
/external/syzkaller/executor/
Dcommon_linux.h403 struct ipv6hdr { struct
404 __u8 priority : 4,
405 version : 4;
406 __u8 flow_lbl[3];
408 __be16 payload_len;
409 __u8 nexthdr;
410 __u8 hop_limit;
412 struct in6_addr saddr;
413 struct in6_addr daddr;
454 struct ipv6hdr* ipv6hdr = (struct ipv6hdr*)&data[sizeof(struct ethhdr)]; in syz_extract_tcp_res() local