Searched defs:ip6_hdr (Results 1 – 2 of 2) sorted by relevance
64 struct ip6_hdr { struct66 struct ip6_hdrctl { argument73 } ip6_ctlun;74 struct in6_addr ip6_src; /* source address */75 struct in6_addr ip6_dst; /* destination address */
76 struct ip6_hdr { struct91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) argument