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

  /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-bridge.c 558 DEBUGP("different proto/flags/invflags\n");
564 DEBUGP("different source mac %x, %x (%d)\n",
570 DEBUGP("different destination mac %x, %x (%d)\n",
578 DEBUGP("different logical iniface %x, %x (%d)\n",
584 DEBUGP("different logical outiface %x, %x (%d)\n",
608 DEBUGP("comparing with... ");
614 DEBUGP("Different matches\n");
619 DEBUGP("Different target\n");
624 DEBUGP("Different verdict\n");
nft-shared.c 187 DEBUGP("different iniface mask %x, %x (%d)\n",
193 DEBUGP("different iniface\n");
197 DEBUGP("different outiface mask\n");
202 DEBUGP("different outiface\n");
811 DEBUGP("mismatching match name\n");
816 DEBUGP("mismatching match size\n");
822 DEBUGP("mismatch match data\n");
829 DEBUGP("mismatch matches amount\n");
860 DEBUGP("comparing with... ");
868 DEBUGP("Different matches\n")
    [all...]
nft-shared.h 14 #define DEBUGP(x, args...) fprintf(stdout, x, ## args)
18 #define DEBUGP(x, args...)
nft-ipv4.c 112 DEBUGP("different src/dst/proto/flags/invflags\n");
229 DEBUGP("unknown payload offset %d\n", ctx->payload.offset);
nft-ipv6.c 100 DEBUGP("different src/dst/proto/flags/invflags\n");
169 DEBUGP("unknown payload offset %d\n", ctx->payload.offset);
nft.c     [all...]
nft-arp.c 623 DEBUGP("different src/dst/proto/flags/invflags\n");
  /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 12 #define DEBUGP(x, args...) fprintf(stderr, x , ## args)
14 #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);
606 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 148 milliseconds