Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dip6.h76 struct ip6_hdr { struct
91 #define IP6_VERSION(ip6_hdr) ((GET_U_1((ip6_hdr)->ip6_vfc) & 0xf0) >> 4) argument
/freebsd/sys/netinet/
H A Dip6.h71 struct ip6_hdr { struct
73 struct ip6_hdrctl { argument
80 } ip6_ctlun;
81 struct in6_addr ip6_src; /* source address */
82 struct in6_addr ip6_dst; /* destination address */