Home
last modified time | relevance | path

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

/dflybsd-src/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
/dflybsd-src/sys/netinet/
H A Dip6.h81 struct ip6_hdr { struct
83 struct ip6_hdrctl { argument
90 } ip6_ctlun;
91 struct in6_addr ip6_src; /* source address */
92 struct in6_addr ip6_dst; /* destination address */