HomeSort by relevance Sort by last modified time
    Searched refs:DEBUGP (Results 1 - 8 of 8) sorted by null

  /external/iptables/iptables/
ip6tables-restore.c 23 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
25 #define DEBUGP(x, args...)
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("Flushing existing user defined chain '%s'\n", chain)
    [all...]
iptables-restore.c 20 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
22 #define DEBUGP(x, args...)
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("Flushing existing user defined chain '%s'\n", chain)
    [all...]
iptables-xml.c 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
23 #define DEBUGP(x, args...)
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("argv[%u]: %s\n", a, newargv[a])
    [all...]
  /external/iptables/extensions/
libxt_sctp.c 24 #define DEBUGP(format, first...) printf(format, ##first)
27 #define DEBUGP(format, fist...)
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("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
    [all...]
libxt_set.h 11 #define DEBUGP(x, args...) fprintf(stderr, x , ## args)
13 #define DEBUGP(x, args...)
libxt_set.c 83 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);
libxt_dccp.c 20 #define DEBUGP(format, first...) printf(format, ##first)
23 #define DEBUGP(format, fist...)
  /external/iptables/libiptc/
libiptc.c 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...");
    [all...]

Completed in 343 milliseconds