Searched defs:ipv6hdr (Results 1 – 1 of 1) sorted by relevance
54986 struct ipv6hdr { struct54987 __u8 priority: 4;54988 __u8 version: 4;54989 __u8 flow_lbl[3];54990 __be16 payload_len;54991 __u8 nexthdr;54992 __u8 hop_limit;54993 struct in6_addr saddr;54994 struct in6_addr daddr;