Home | History | Annotate | Download | only in libiptc

Lines Matching refs:DEBUGP

46 #define DEBUGP(x, args...)	fprintf(stderr, "%s: " x, __FUNCTION__, ## args)
49 #define DEBUGP(x, args...)
797 DEBUGP("deleting rule %p (offset %u)\n", r, r->offset);
943 DEBUGP("entering...");
1197 DEBUGP("%s: chain_head %u, offset=%u\n", c->name, *num, *offset);
1207 DEBUGP("rule %u, offset=%u, index=%u\n", *num, *offset, *num);
1214 DEBUGP("%s; chain_foot %u, offset=%u, index=%u\n", c->name, *num,
1343 DEBUGP("valid_hooks=0x%08x, num_entries=%u, size=%u\n",
1476 DEBUGP(": no chains\n");
1483 DEBUGP(": returning `%s'\n", c->name);
1496 DEBUGP(": no more chains\n");
1502 DEBUGP(": returning `%s'\n", c->name);
1515 DEBUGP("first rule(%s): ", chain);
1543 DEBUGP("rule_iterator_cur=%p...", handle->rule_iterator_cur);
1613 DEBUGP("r=%p, jump=%p, name=`%s'\n", r, r->jump, r->jump->name);
1619 DEBUGP("r=%p, spos=%d'\n", r, spos);
1655 DEBUGP("called for chain %s\n", chain);
1722 DEBUGP("trying to find chain `%s': ", t->u.user.name);
1866 DEBUGP("unable to find chain `%s'\n", chain);
1872 DEBUGP("unable to allocate rule for chain `%s'\n", chain);
1881 DEBUGP("unable to map target of rule for chain `%s'\n", chain);
1987 DEBUGP("unable to map target of rule for chain `%s'\n", chain);
2253 DEBUGP("Chain `%s' already exists\n", chain);
2259 DEBUGP("Chain name `%s' too long\n", chain);
2266 DEBUGP("Cannot allocate memory for chain `%s'\n", chain);
2273 DEBUGP("Creating chain `%s'\n", chain);
2323 DEBUGP("cannot find chain `%s'\n", chain);
2329 DEBUGP("cannot remove builtin chain `%s'\n", chain);
2335 DEBUGP("cannot get references on chain `%s'\n", chain);
2340 DEBUGP("chain `%s' still has references\n", chain);
2346 DEBUGP("chain `%s' is not empty\n", chain);
2362 DEBUGP("chain `%s' deleted\n", chain);
2425 DEBUGP("cannot find chain `%s'\n", chain);
2431 DEBUGP("cannot set policy of userdefinedchain `%s'\n", chain);
2585 DEBUGP("num_entries=%u, size=%u, num_counters=%u\n",
2620 DEBUGP("counter for chain-index %u: ", c->foot_index);
2644 DEBUGP("counter for index %u: ", r->index);