Searched refs:IPT_FUNCTION_MAXNAMELEN (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h20 #define IPT_FUNCTION_MAXNAMELEN 30 macro
48 char name[IPT_FUNCTION_MAXNAMELEN-1];
73 char name[IPT_FUNCTION_MAXNAMELEN-1];
290 char name[IPT_FUNCTION_MAXNAMELEN-1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dnetconf_linux.c85 if (strncmp(name, "INPUT", IPT_FUNCTION_MAXNAMELEN) == 0)
87 else if (strncmp(name, "FORWARD", IPT_FUNCTION_MAXNAMELEN) == 0)
89 else if (strncmp(name, "OUTPUT", IPT_FUNCTION_MAXNAMELEN) == 0)
104 if (strncmp(name, "DROP", IPT_FUNCTION_MAXNAMELEN) == 0)
106 else if (strncmp(name, "ACCEPT", IPT_FUNCTION_MAXNAMELEN) == 0)
108 else if (strncmp(name, "logdrop", IPT_FUNCTION_MAXNAMELEN) == 0)
110 else if (strncmp(name, "logaccept", IPT_FUNCTION_MAXNAMELEN) == 0)
112 else if (strncmp(name, "SNAT", IPT_FUNCTION_MAXNAMELEN) == 0)
114 else if (strncmp(name, "DNAT", IPT_FUNCTION_MAXNAMELEN) == 0)
116 else if (strncmp(name, "MASQUERADE", IPT_FUNCTION_MAXNAMELEN)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/
H A Diptables.h21 char name[IPT_FUNCTION_MAXNAMELEN-1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h24 #define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h30 #define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN macro
309 char errorname[IPT_FUNCTION_MAXNAMELEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h27 char name[IPT_FUNCTION_MAXNAMELEN-1];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dm_ipt.c340 name[IPT_FUNCTION_MAXNAMELEN - 2] = '\0';
341 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/libiptc/
H A Dlibip4tc.c58 #define FUNCTION_MAXNAMELEN IPT_FUNCTION_MAXNAMELEN
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c1192 if (strlen(me->name) >= IPT_FUNCTION_MAXNAMELEN-1) {
1248 if (strlen(me->name) >= IPT_FUNCTION_MAXNAMELEN-1) {
1917 name[IPT_FUNCTION_MAXNAMELEN - 2] = '\0';
1918 name[IPT_FUNCTION_MAXNAMELEN - 1] = revision;
2434 if (chain && strlen(chain) > IPT_FUNCTION_MAXNAMELEN)
2437 chain, IPT_FUNCTION_MAXNAMELEN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c58 #define FUNCTION_MAXNAMELEN IPT_FUNCTION_MAXNAMELEN
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c2177 .targetsize = IPT_FUNCTION_MAXNAMELEN,

Completed in 182 milliseconds