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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c121 char curtable[IP6T_TABLE_MAXNAMELEN + 1]; local
216 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
217 curtable[IP6T_TABLE_MAXNAMELEN] = '\0';
361 add_argv(curtable);
434 newargc, curtable);
H A Diptables-restore.c122 char curtable[IPT_TABLE_MAXNAMELEN + 1]; local
220 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
221 curtable[IPT_TABLE_MAXNAMELEN] = '\0';
365 add_argv(curtable);
438 newargc, curtable);
449 if (tablename && (strcmp(tablename, curtable) != 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-restore.c110 char curtable[IP6T_TABLE_MAXNAMELEN + 1]; local
200 strncpy(curtable, table, IP6T_TABLE_MAXNAMELEN);
201 curtable[IP6T_TABLE_MAXNAMELEN] = '\0';
336 add_argv((char *) &curtable);
402 newargc, curtable);
H A Diptables-restore.c113 char curtable[IPT_TABLE_MAXNAMELEN + 1]; local
203 strncpy(curtable, table, IPT_TABLE_MAXNAMELEN);
204 curtable[IPT_TABLE_MAXNAMELEN] = '\0';
340 add_argv((char *) &curtable);
422 newargc, curtable);

Completed in 52 milliseconds