Searched defs:ip6_hdr (Results 1 – 5 of 5) sorted by relevance
72 struct ip6_hdr { struct87 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4) argument
72 struct ip6_hdr { struct74 struct ip6_hdrctl { argument81 } ip6_ctlun;82 struct in6_addr ip6_src; /* source address */83 struct in6_addr ip6_dst; /* destination address */
80 struct ip6_hdr { struct
6 #define ip6_hdr __netbsd_ip6_hdr /* conflicting definitions */ macro
628 struct ip6_hdr * ip6_hdr; in lowpan6_output() local