/external/iptables/iptables/ |
H A D | ip6tables-restore.c | 24 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 26 #define DEBUGP(x, args...) macro 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("Flushin [all...] |
H A D | iptables-restore.c | 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 23 #define DEBUGP(x, args...) macro 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("Flushin [all...] |
H A D | xtables-restore.c | 22 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 24 #define DEBUGP(x, args...) macro 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("Settin [all...] |
H A D | iptables-xml.c | 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 23 #define DEBUGP(x, args...) macro 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("arg [all...] |
H A D | 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");
|
H A D | 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("Differen [all...] |
H A D | nft-shared.h | 14 #define DEBUGP(x, args...) fprintf(stdout, x, ## args) 18 #define DEBUGP(x, args...) macro
|
H A D | nft-ipv4.c | 112 DEBUGP("different src/dst/proto/flags/invflags\n"); 229 DEBUGP("unknown payload offset %d\n", ctx->payload.offset);
|
H A D | nft-ipv6.c | 100 DEBUGP("different src/dst/proto/flags/invflags\n"); 169 DEBUGP("unknown payload offset %d\n", ctx->payload.offset);
|
H A D | nft.c | 1806 DEBUGP("different chain / table\n"); 1935 DEBUGP("adding after rule handle %"PRIu64"\n", handle); 1963 DEBUGP("deleting rule by number %d\n", rulenum); 1990 DEBUGP("replacing rule with handle=%llu\n", 2449 DEBUGP("requesting `%s' rev=%d type=%d via nft_compat\n",
|
H A D | nft-arp.c | 623 DEBUGP("different src/dst/proto/flags/invflags\n");
|
/external/iptables/extensions/ |
H A D | libxt_sctp.c | 24 #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 D | libxt_set.h | 12 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro 14 #define DEBUGP(x, args...) macro
|
H A D | 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);
|
H A D | libxt_dccp.c | 20 #define DEBUGP(format, first...) printf(format, ##first) 23 #define DEBUGP(format, fist...) macro
|
/external/iptables/libiptc/ |
H A D | libiptc.c | 46 #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...] |