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

  /external/iptables/extensions/
libxt_set.h 12 #define DEBUGP(x, args...) fprintf(stderr, x , ## args)
14 #define DEBUGP(x, args...)
libxt_dccp.c 20 #define DEBUGP(format, first...) printf(format, ##first)
23 #define DEBUGP(format, fist...)
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...]
  /external/iptables/iptables/
ip6tables-restore.c 24 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
26 #define DEBUGP(x, args...)
106 DEBUGP("add_argv: %s\n", what);
281 DEBUGP("Calling commit\n");
286 DEBUGP("Not calling commit, testing\n");
305 DEBUGP("line %u, table '%s'\n", line, table);
322 DEBUGP("Cleaning all chains of table '%s'\n",
327 DEBUGP("Deleting all user-defined chains "
341 DEBUGP("line %u, chain '%s'\n", line, chain);
357 DEBUGP("Flushing existing user defined chain '%s'\n", chain)
    [all...]
iptables-restore.c 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
23 #define DEBUGP(x, args...)
104 DEBUGP("add_argv: %s\n", what);
280 DEBUGP("Calling commit\n");
285 DEBUGP("Not calling commit, testing\n");
304 DEBUGP("line %u, table '%s'\n", line, table);
321 DEBUGP("Cleaning all chains of table '%s'\n",
326 DEBUGP("Deleting all user-defined chains "
340 DEBUGP("line %u, chain '%s'\n", line, chain);
356 DEBUGP("Flushing existing user defined chain '%s'\n", chain)
    [all...]
xtables-restore.c 22 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
24 #define DEBUGP(x, args...)
81 DEBUGP("add_argv: %s\n", what);
237 DEBUGP("Calling commit\n");
241 DEBUGP("Not calling commit, testing\n");
256 DEBUGP("line %u, table '%s'\n", line, table);
270 DEBUGP("Cleaning all chains of table '%s'\n",
288 DEBUGP("line %u, chain '%s'\n", line, chain);
306 DEBUGP("line %u, policy '%s'\n", line, policy);
333 DEBUGP("Setting policy of chain %s to %s\n"
    [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);
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("argv[%u]: %s\n", a, newargv[a])
    [all...]
nft-shared.h 14 #define DEBUGP(x, args...) fprintf(stdout, x, ## args)
18 #define DEBUGP(x, args...)
  /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 199 milliseconds