Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
netfilter_ipv4
ipt_REJECT.h
Go to the documentation of this file.
1
#ifndef _IPT_REJECT_H
2
#define _IPT_REJECT_H
3
4
enum
ipt_reject_with
{
5
IPT_ICMP_NET_UNREACHABLE
,
6
IPT_ICMP_HOST_UNREACHABLE
,
7
IPT_ICMP_PROT_UNREACHABLE
,
8
IPT_ICMP_PORT_UNREACHABLE
,
9
IPT_ICMP_ECHOREPLY
,
10
IPT_ICMP_NET_PROHIBITED
,
11
IPT_ICMP_HOST_PROHIBITED
,
12
IPT_TCP_RESET
,
13
IPT_ICMP_ADMIN_PROHIBITED
14
};
15
16
struct
ipt_reject_info
{
17
enum
ipt_reject_with
with
;
/* reject type */
18
};
19
20
#endif
/*_IPT_REJECT_H*/
Generated on Thu Jan 10 2013 14:53:51 for Linux Kernel by
1.8.2