Searched defs:DEBUGP (Results 1 - 7 of 7) sorted by relevance

/external/iptables/extensions/
H A Dlibxt_set.h10 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro
12 #define DEBUGP(x, args...) macro
H A Dlibxt_dccp.c20 #define DEBUGP(format, first...) printf(format, ##first)
23 #define DEBUGP(format, fist...) macro
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);
348 DEBUGP("typ
[all...]
/external/iptables/iptables/
H A Dip6tables-restore.c23 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro
25 #define DEBUGP(x, args...) macro
97 DEBUGP("add_argv: %s\n", what);
198 DEBUGP("Calling commit\n");
203 DEBUGP("Not calling commit, testing\n");
212 DEBUGP("line %u, table '%s'\n", line, table);
228 DEBUGP("Cleaning all chains of table '%s'\n",
233 DEBUGP("Deleting all user-defined chains "
247 DEBUGP("line %u, chain '%s'\n", line, chain);
264 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);
204 DEBUGP("Calling commit\n");
209 DEBUGP("Not calling commit, testing\n");
218 DEBUGP("line %u, table '%s'\n", line, table);
235 DEBUGP("Cleaning all chains of table '%s'\n",
240 DEBUGP("Deleting all user-defined chains "
254 DEBUGP("line %u, chain '%s'\n", line, chain);
270 DEBUGP("Flushin
[all...]
H A Diptables-xml.c21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro
23 #define DEBUGP(x, args...) macro
110 DEBUGP("add_argv: %d %s\n", newargc, what);
685 DEBUGP("Calling commit\n");
693 DEBUGP("line %u, table '%s'\n", line, table);
710 DEBUGP("line %u, chain '%s'\n", line, chain);
718 DEBUGP("Creating new chain '%s'\n", chain);
721 DEBUGP("line %u, policy '%s'\n", line, policy);
844 DEBUGP("calling do_command4(%u, argv, &%s, handle):\n",
848 DEBUGP("arg
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c43 #define DEBUGP(x, args...) fprintf(stderr, "%s: " x, __FUNCTION__, ## args) macro
46 #define DEBUGP(x, args...) macro
799 DEBUGP("deleting rule %p (offset %u)\n", r, r->offset);
945 DEBUGP("entering...");
1198 DEBUGP("%s: chain_head %u, offset=%u\n", c->name, *num, *offset);
1208 DEBUGP("rule %u, offset=%u, index=%u\n", *num, *offset, *num);
1215 DEBUGP("%s; chain_foot %u, offset=%u, index=%u\n", c->name, *num,
1338 DEBUGP("valid_hooks=0x%08x, num_entries=%u, size=%u\n",
1471 DEBUGP(": no chains\n");
1478 DEBUGP("
[all...]

Completed in 508 milliseconds