Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ip6t_reject_info |
Enumerations | |
enum | ip6t_reject_with { IP6T_ICMP6_NO_ROUTE, IP6T_ICMP6_ADM_PROHIBITED, IP6T_ICMP6_NOT_NEIGHBOUR, IP6T_ICMP6_ADDR_UNREACH, IP6T_ICMP6_PORT_UNREACH, IP6T_ICMP6_ECHOREPLY, IP6T_TCP_RESET } |
enum ip6t_reject_with |
IP6T_ICMP6_NO_ROUTE | |
IP6T_ICMP6_ADM_PROHIBITED | |
IP6T_ICMP6_NOT_NEIGHBOUR | |
IP6T_ICMP6_ADDR_UNREACH | |
IP6T_ICMP6_PORT_UNREACH | |
IP6T_ICMP6_ECHOREPLY | |
IP6T_TCP_RESET |
Definition at line 6 of file ip6t_REJECT.h.