Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes...
[linux-2.6/btrfs-unstable.git] / include / linux / netfilter_ipv6 / ip6t_REJECT.h
blob6be6504162bbb05dfcbf641e6073731eb2fae781
1 #ifndef _IP6T_REJECT_H
2 #define _IP6T_REJECT_H
4 enum ip6t_reject_with {
5 IP6T_ICMP6_NO_ROUTE,
6 IP6T_ICMP6_ADM_PROHIBITED,
7 IP6T_ICMP6_NOT_NEIGHBOUR,
8 IP6T_ICMP6_ADDR_UNREACH,
9 IP6T_ICMP6_PORT_UNREACH,
10 IP6T_ICMP6_ECHOREPLY,
11 IP6T_TCP_RESET
14 struct ip6t_reject_info {
15 u_int32_t with; /* reject type */
18 #endif /*_IP6T_REJECT_H*/