Searched refs:IPT_BASE_CTL (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h101 #define IPT_BASE_CTL 64 macro
103 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
104 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
107 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
108 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
109 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
110 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h145 #define IPT_BASE_CTL 64 /* base for firewall socket options */ macro
147 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
148 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
151 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
152 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
153 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
154 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h108 #define IPT_BASE_CTL 64 macro
110 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
111 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
114 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
115 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
116 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
117 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h16 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
17 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h22 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
23 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c54 # define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
55 # define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c2183 .set_optmin = IPT_BASE_CTL,
2189 .get_optmin = IPT_BASE_CTL,

Completed in 167 milliseconds