Home | History | Annotate | Download | only in libiptc

Lines Matching defs:table

950 		DEBUGP_C("%u:%u: end of table:\n", *num, offset);
1424 printf("Table `%s'\n", handle->info.name);
2706 } table [] =
2710 "Table does not exist (do you need to insmod?)" },
2721 { TC_INSERT_ENTRY, ELOOP, "Loop found in table" },
2738 for (i = 0; i < sizeof(table)/sizeof(struct table_struct); i++) {
2739 if ((!table[i].fn || table[i].fn == iptc_fn)
2740 && table[i].err == err)
2741 return table[i].message;