RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / net / netfilter / ipv6 / nf_conntrack_icmpv6.h
blob67edd50a398ac28a24312735d6e9e5541868d914
1 /*
2 * ICMPv6 tracking.
4 * 21 Apl 2004: Yasuyuki Kozakai @USAGI <yasuyuki.kozakai@toshiba.co.jp>
5 * - separated from nf_conntrack_icmp.h
7 * Derived from include/linux/netfiter_ipv4/ip_conntrack_icmp.h
8 */
10 #ifndef _NF_CONNTRACK_ICMPV6_H
11 #define _NF_CONNTRACK_ICMPV6_H
13 #ifndef ICMPV6_NI_QUERY
14 #define ICMPV6_NI_QUERY 139
15 #endif
16 #ifndef ICMPV6_NI_REPLY
17 #define ICMPV6_NI_REPLY 140
18 #endif
20 #endif /* _NF_CONNTRACK_ICMPV6_H */