Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_icmpv6.h
Go to the documentation of this file.
1 /*
2  * ICMPv6 tracking.
3  *
4  * 21 Apl 2004: Yasuyuki Kozakai @USAGI <[email protected]>
5  * - separated from nf_conntrack_icmp.h
6  *
7  * Derived from include/linux/netfiter_ipv4/ip_conntrack_icmp.h
8  */
9 
10 #ifndef _NF_CONNTRACK_ICMPV6_H
11 #define _NF_CONNTRACK_ICMPV6_H
12 
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
19 
20 #endif /* _NF_CONNTRACK_ICMPV6_H */