Home
last modified time | relevance | path

Searched refs:XT_TABLE_MAXNAMELEN (Results 1 – 9 of 9) sorted by relevance

/third_party/iptables/include/linux/netfilter_arp/
Darp_tables.h19 #define ARPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
133 char name[XT_TABLE_MAXNAMELEN];
155 char name[XT_TABLE_MAXNAMELEN];
186 char name[XT_TABLE_MAXNAMELEN];
/third_party/iptables/include/linux/netfilter_ipv4/
Dip_tables.h25 #define IPT_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
155 char name[XT_TABLE_MAXNAMELEN];
177 char name[XT_TABLE_MAXNAMELEN];
208 char name[XT_TABLE_MAXNAMELEN];
/third_party/iptables/iptables/
Diptables-xml.c53 #define XT_CHAIN_MAXNAMELEN XT_TABLE_MAXNAMELEN
54 static char closeActionTag[XT_TABLE_MAXNAMELEN + 1];
55 static char closeRuleTag[XT_TABLE_MAXNAMELEN + 1];
56 static char curTable[XT_TABLE_MAXNAMELEN + 1];
253 strncpy(curTable, table, XT_TABLE_MAXNAMELEN); in openTable()
254 curTable[XT_TABLE_MAXNAMELEN] = '\0'; in openTable()
520 strncpy(closeRuleTag, " </rule>\n", XT_TABLE_MAXNAMELEN); in do_rule()
521 closeRuleTag[XT_TABLE_MAXNAMELEN] = '\0'; in do_rule()
535 XT_TABLE_MAXNAMELEN); in do_rule()
536 closeActionTag[XT_TABLE_MAXNAMELEN] = '\0'; in do_rule()
Diptables-restore.c100 char curtable[XT_TABLE_MAXNAMELEN + 1] = {}; in ip46tables_restore_main()
218 strncpy(curtable, table, XT_TABLE_MAXNAMELEN); in ip46tables_restore_main()
219 curtable[XT_TABLE_MAXNAMELEN] = '\0'; in ip46tables_restore_main()
Diptables-save.c50 char tablename[XT_TABLE_MAXNAMELEN+1]; in for_each_table()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h25 #define IP6T_TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
195 char name[XT_TABLE_MAXNAMELEN];
217 char name[XT_TABLE_MAXNAMELEN];
248 char name[XT_TABLE_MAXNAMELEN];
/third_party/iptables/include/linux/netfilter/
Dx_tables.h8 #define XT_TABLE_MAXNAMELEN 32 macro
116 char name[XT_TABLE_MAXNAMELEN];
/third_party/iptables/libiptc/
Dlibip6tc.c49 #define TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN
Dlibip4tc.c51 #define TABLE_MAXNAMELEN XT_TABLE_MAXNAMELEN