Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tcpdump/dist/
H A Dip6.h72 struct ip6_hdr { struct
87 #define IP6_VERSION(ip6_hdr) ((GET_U_1((ip6_hdr)->ip6_vfc) & 0xf0) >> 4) argument
/netbsd-src/sys/netinet/
H A Dip6.h77 struct ip6_hdr { struct
79 struct ip6_hdrctl { argument
86 } ip6_ctlun;
87 struct in6_addr ip6_src; /* source address */
88 struct in6_addr ip6_dst; /* destination address */