File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- /* @(#) $Header: /tcpdump/master/tcpdump/ip6.h,v 1.6 2002-12-11 22:29:21 guy Exp $ (LBL) */
1
+ /* @(#) $Header: /tcpdump/master/tcpdump/ip6.h,v 1.6.4.1 2005-04-20 10:04:37 guy Exp $ (LBL) */
2
2
/* $NetBSD: ip6.h,v 1.9 2000/07/13 05:34:21 itojun Exp $ */
3
3
/* $KAME: ip6.h,v 1.9 2000/07/02 21:01:32 itojun Exp $ */
4
4
@@ -95,9 +95,6 @@ struct ip6_hdr {
95
95
#define ip6_hlim ip6_ctlun.ip6_un1.ip6_un1_hlim
96
96
#define ip6_hops ip6_ctlun.ip6_un1.ip6_un1_hlim
97
97
98
- #define IPV6_VERSION 0x60
99
- #define IPV6_VERSION_MASK 0xf0
100
-
101
98
/* in network endian */
102
99
#define IPV6_FLOWINFO_MASK ((u_int32_t)htonl(0x0fffffff)) /* flow info (28 bits) */
103
100
#define IPV6_FLOWLABEL_MASK ((u_int32_t)htonl(0x000fffff)) /* flow label (20 bits) */
You can’t perform that action at this time.
0 commit comments