/external/iptables/iptables/ |
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); in add_argv() 281 DEBUGP("Calling commit\n"); in ip6tables_restore_main() 286 DEBUGP("Not calling commit, testing\n"); in ip6tables_restore_main() 305 DEBUGP("line %u, table '%s'\n", line, table); in ip6tables_restore_main() 322 DEBUGP("Cleaning all chains of table '%s'\n", in ip6tables_restore_main() 327 DEBUGP("Deleting all user-defined chains " in ip6tables_restore_main() 341 DEBUGP("line %u, chain '%s'\n", line, chain); in ip6tables_restore_main() 357 DEBUGP("Flushing existing user defined chain '%s'\n", chain); in ip6tables_restore_main() [all …]
|
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); in add_argv() 280 DEBUGP("Calling commit\n"); in iptables_restore_main() 285 DEBUGP("Not calling commit, testing\n"); in iptables_restore_main() 304 DEBUGP("line %u, table '%s'\n", line, table); in iptables_restore_main() 321 DEBUGP("Cleaning all chains of table '%s'\n", in iptables_restore_main() 326 DEBUGP("Deleting all user-defined chains " in iptables_restore_main() 340 DEBUGP("line %u, chain '%s'\n", line, chain); in iptables_restore_main() 356 DEBUGP("Flushing existing user defined chain '%s'\n", chain); in iptables_restore_main() [all …]
|
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); in add_argv() 237 DEBUGP("Calling commit\n"); in xtables_restore_parse() 241 DEBUGP("Not calling commit, testing\n"); in xtables_restore_parse() 256 DEBUGP("line %u, table '%s'\n", line, table); in xtables_restore_parse() 270 DEBUGP("Cleaning all chains of table '%s'\n", in xtables_restore_parse() 288 DEBUGP("line %u, chain '%s'\n", line, chain); in xtables_restore_parse() 306 DEBUGP("line %u, policy '%s'\n", line, policy); in xtables_restore_parse() 333 DEBUGP("Setting policy of chain %s to %s\n", in xtables_restore_parse() [all …]
|
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); in add_argv() 685 DEBUGP("Calling commit\n"); in iptables_xml_main() 693 DEBUGP("line %u, table '%s'\n", line, table); in iptables_xml_main() 710 DEBUGP("line %u, chain '%s'\n", line, chain); in iptables_xml_main() 718 DEBUGP("Creating new chain '%s'\n", chain); in iptables_xml_main() 721 DEBUGP("line %u, policy '%s'\n", line, policy); in iptables_xml_main() 844 DEBUGP("calling do_command4(%u, argv, &%s, handle):\n", in iptables_xml_main() 848 DEBUGP("argv[%u]: %s\n", a, newargv[a]); in iptables_xml_main()
|
D | nft-shared.c | 187 DEBUGP("different iniface mask %x, %x (%d)\n", in is_same_interfaces() 193 DEBUGP("different iniface\n"); in is_same_interfaces() 197 DEBUGP("different outiface mask\n"); in is_same_interfaces() 202 DEBUGP("different outiface\n"); in is_same_interfaces() 811 DEBUGP("mismatching match name\n"); in compare_matches() 816 DEBUGP("mismatching match size\n"); in compare_matches() 822 DEBUGP("mismatch match data\n"); in compare_matches() 829 DEBUGP("mismatch matches amount\n"); in compare_matches() 860 DEBUGP("comparing with... "); in nft_ipv46_rule_find() 868 DEBUGP("Different matches\n"); in nft_ipv46_rule_find() [all …]
|
D | nft-bridge.c | 558 DEBUGP("different proto/flags/invflags\n"); in nft_bridge_is_same() 564 DEBUGP("different source mac %x, %x (%d)\n", in nft_bridge_is_same() 570 DEBUGP("different destination mac %x, %x (%d)\n", in nft_bridge_is_same() 578 DEBUGP("different logical iniface %x, %x (%d)\n", in nft_bridge_is_same() 584 DEBUGP("different logical outiface %x, %x (%d)\n", in nft_bridge_is_same() 608 DEBUGP("comparing with... "); in nft_bridge_rule_find() 614 DEBUGP("Different matches\n"); in nft_bridge_rule_find() 619 DEBUGP("Different target\n"); in nft_bridge_rule_find() 624 DEBUGP("Different verdict\n"); in nft_bridge_rule_find()
|
D | nft-shared.h | 14 #define DEBUGP(x, args...) fprintf(stdout, x, ## args) 18 #define DEBUGP(x, args...) macro
|
D | nft-ipv6.c | 100 DEBUGP("different src/dst/proto/flags/invflags\n"); in nft_ipv6_is_same() 169 DEBUGP("unknown payload offset %d\n", ctx->payload.offset); in nft_ipv6_parse_payload()
|
D | nft-ipv4.c | 112 DEBUGP("different src/dst/proto/flags/invflags\n"); in nft_ipv4_is_same() 229 DEBUGP("unknown payload offset %d\n", ctx->payload.offset); in nft_ipv4_parse_payload()
|
D | nft.c | 1806 DEBUGP("different chain / table\n"); in nft_rule_find() 1935 DEBUGP("adding after rule handle %"PRIu64"\n", handle); in nft_rule_insert() 1963 DEBUGP("deleting rule by number %d\n", rulenum); in nft_rule_delete_num() 1990 DEBUGP("replacing rule with handle=%llu\n", in nft_rule_replace() 2449 DEBUGP("requesting `%s' rev=%d type=%d via nft_compat\n", in nft_compatible_revision()
|
D | nft-arp.c | 623 DEBUGP("different src/dst/proto/flags/invflags\n"); in nft_arp_is_same()
|
/external/iptables/extensions/ |
D | libxt_sctp.c | 24 #define DEBUGP(format, first...) printf(format, ##first) 27 #define DEBUGP(format, fist...) macro 73 DEBUGP("%s\n", portstring); in parse_sctp_ports() 130 DEBUGP("Previous match found\n"); in save_chunk_flag_info() 167 DEBUGP("Buffer: %s\n", buffer); in parse_sctp_chunk() 183 DEBUGP("Next Chunk type %s\n", ptr); in parse_sctp_chunk() 191 DEBUGP("Chunk num %d\n", sctp_chunk_names[i].chunk_type); in parse_sctp_chunk() 202 DEBUGP("Chunk flags %s\n", chunk_flags); in parse_sctp_chunk() 231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); in parse_sctp_chunks() 344 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags, in print_chunk_flags()
|
D | libxt_set.c | 83 DEBUGP("parse: set index %u\n", info->index); in set_parse_v0() 163 DEBUGP("parse: set index %u\n", info->index); in set_parse_v1() 261 DEBUGP("parse: set index %u\n", info->index); in set_parse_v2() 438 DEBUGP("parse: set index %u\n", info->match_set.index); in set_parse_v3() 606 DEBUGP("parse: set index %u\n", info->match_set.index); in set_parse_v4()
|
D | libxt_set.h | 12 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro 14 #define DEBUGP(x, args...) macro
|
D | libxt_dccp.c | 20 #define DEBUGP(format, first...) printf(format, ##first) 23 #define DEBUGP(format, fist...) macro
|
/external/iptables/libiptc/ |
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); in iptcc_delete_rule() 943 DEBUGP("entering..."); in cache_add_entry() 1197 DEBUGP("%s: chain_head %u, offset=%u\n", c->name, *num, *offset); in iptcc_compile_chain_offsets() 1207 DEBUGP("rule %u, offset=%u, index=%u\n", *num, *offset, *num); in iptcc_compile_chain_offsets() 1214 DEBUGP("%s; chain_foot %u, offset=%u, index=%u\n", c->name, *num, in iptcc_compile_chain_offsets() 1343 DEBUGP("valid_hooks=0x%08x, num_entries=%u, size=%u\n", in TC_INIT() 1476 DEBUGP(": no chains\n"); in TC_FIRST_CHAIN() 1483 DEBUGP(": returning `%s'\n", c->name); in TC_FIRST_CHAIN() [all …]
|