Searched refs:DEBUGP (Results 1 - 8 of 8) sorted by relevance

/external/iptables/iptables/
H A Dip6tables-restore.c23 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro
25 #define DEBUGP(x, args...) macro
98 DEBUGP("add_argv: %s\n", what);
264 DEBUGP("Calling commit\n");
269 DEBUGP("Not calling commit, testing\n");
278 DEBUGP("line %u, table '%s'\n", line, table);
295 DEBUGP("Cleaning all chains of table '%s'\n",
300 DEBUGP("Deleting all user-defined chains "
314 DEBUGP("line %u, chain '%s'\n", line, chain);
330 DEBUGP("Flushin
[all...]
H A Diptables-restore.c20 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro
22 #define DEBUGP(x, args...) macro
97 DEBUGP("add_argv: %s\n", what);
264 DEBUGP("Calling commit\n");
269 DEBUGP("Not calling commit, testing\n");
278 DEBUGP("line %u, table '%s'\n", line, table);
295 DEBUGP("Cleaning all chains of table '%s'\n",
300 DEBUGP("Deleting all user-defined chains "
314 DEBUGP("line %u, chain '%s'\n", line, chain);
330 DEBUGP("Flushin
[all...]
H A Diptables-xml.c21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro
23 #define DEBUGP(x, args...) macro
106 DEBUGP("add_argv: %d %s\n", newargc, what);
683 DEBUGP("Calling commit\n");
691 DEBUGP("line %u, table '%s'\n", line, table);
708 DEBUGP("line %u, chain '%s'\n", line, chain);
716 DEBUGP("Creating new chain '%s'\n", chain);
719 DEBUGP("line %u, policy '%s'\n", line, policy);
842 DEBUGP("calling do_command4(%u, argv, &%s, handle):\n",
846 DEBUGP("arg
[all...]
/external/iptables/extensions/
H A Dlibxt_sctp.c24 #define DEBUGP(format, first...) printf(format, ##first)
27 #define DEBUGP(format, fist...) macro
73 DEBUGP("%s\n", portstring);
130 DEBUGP("Previous match found\n");
167 DEBUGP("Buffer: %s\n", buffer);
183 DEBUGP("Next Chunk type %s\n", ptr);
191 DEBUGP("Chunk num %d\n", sctp_chunk_names[i].chunk_type);
202 DEBUGP("Chunk flags %s\n", chunk_flags);
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
344 DEBUGP("typ
[all...]
H A Dlibxt_set.h11 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro
13 #define DEBUGP(x, args...) macro
H A Dlibxt_set.c83 DEBUGP("parse: set index %u\n", info->index);
163 DEBUGP("parse: set index %u\n", info->index);
261 DEBUGP("parse: set index %u\n", info->index);
438 DEBUGP("parse: set index %u\n", info->match_set.index);
H A Dlibxt_dccp.c20 #define DEBUGP(format, first...) printf(format, ##first)
23 #define DEBUGP(format, fist...) macro
/external/iptables/libiptc/
H A Dlibiptc.c46 #define DEBUGP(x, args...) fprintf(stderr, "%s: " x, __FUNCTION__, ## args) macro
49 #define DEBUGP(x, args...) macro
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("
[all...]

Completed in 110 milliseconds