Searched refs:curtable (Results 1 - 2 of 2) sorted by relevance

/external/iptables/iptables/
H A Diptables-restore.c127 char curtable[IPT_TABLE_MAXNAMELEN + 1]; local
225 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
226 curtable[IPT_TABLE_MAXNAMELEN] = '\0';
370 add_argv(curtable);
443 newargc, curtable);
454 if (tablename && (strcmp(tablename, curtable) != 0))
H A Dip6tables-restore.c125 char curtable[IP6T_TABLE_MAXNAMELEN + 1]; local
220 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
221 curtable[IP6T_TABLE_MAXNAMELEN] = '\0';
365 add_argv(curtable);
438 newargc, curtable);

Completed in 144 milliseconds