Home | History | Annotate | Download | only in libiptc

Lines Matching refs:tablename

1279 alloc_handle(const char *tablename, unsigned int size, unsigned int num_rules)
1290 strcpy(h->info.name, tablename);
1296 strcpy(h->entries->name, tablename);
1309 TC_INIT(const char *tablename)
1320 if (strlen(tablename) >= TABLE_MAXNAMELEN) {
1337 strcpy(info.name, tablename);