Home | History | Annotate | Download | only in libiptc

Lines Matching refs:tablename

1280 alloc_handle(const char *tablename, unsigned int size, unsigned int num_rules)
1291 strcpy(h->info.name, tablename);
1297 strcpy(h->entries->name, tablename);
1310 TC_INIT(const char *tablename)
1320 if (strlen(tablename) >= TABLE_MAXNAMELEN) {
1332 strcpy(info.name, tablename);