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

/external/tcpdump/
H A Dip6.h76 struct ip6_hdr { struct
91 #define IP6_VERSION(ip6_hdr) (((ip6_hdr)->ip6_vfc & 0xf0) >> 4)
199 extern int nextproto6_cksum(const struct ip6_hdr *, const uint8_t *, u_int, u_int, u_int);

Completed in 153 milliseconds