/external/iptables/iptables/ |
D | ip6tables-restore.c | 23 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 25 #define DEBUGP(x, args...) macro 98 DEBUGP("add_argv: %s\n", what); in add_argv() 264 DEBUGP("Calling commit\n"); in ip6tables_restore_main() 269 DEBUGP("Not calling commit, testing\n"); in ip6tables_restore_main() 278 DEBUGP("line %u, table '%s'\n", line, table); in ip6tables_restore_main() 295 DEBUGP("Cleaning all chains of table '%s'\n", in ip6tables_restore_main() 300 DEBUGP("Deleting all user-defined chains " in ip6tables_restore_main() 314 DEBUGP("line %u, chain '%s'\n", line, chain); in ip6tables_restore_main() 330 DEBUGP("Flushing existing user defined chain '%s'\n", chain); in ip6tables_restore_main() [all …]
|
D | iptables-restore.c | 20 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 22 #define DEBUGP(x, args...) macro 97 DEBUGP("add_argv: %s\n", what); in add_argv() 264 DEBUGP("Calling commit\n"); in iptables_restore_main() 269 DEBUGP("Not calling commit, testing\n"); in iptables_restore_main() 278 DEBUGP("line %u, table '%s'\n", line, table); in iptables_restore_main() 295 DEBUGP("Cleaning all chains of table '%s'\n", in iptables_restore_main() 300 DEBUGP("Deleting all user-defined chains " in iptables_restore_main() 314 DEBUGP("line %u, chain '%s'\n", line, chain); in iptables_restore_main() 330 DEBUGP("Flushing existing user defined chain '%s'\n", chain); in iptables_restore_main() [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() 683 DEBUGP("Calling commit\n"); in iptables_xml_main() 691 DEBUGP("line %u, table '%s'\n", line, table); in iptables_xml_main() 708 DEBUGP("line %u, chain '%s'\n", line, chain); in iptables_xml_main() 716 DEBUGP("Creating new chain '%s'\n", chain); in iptables_xml_main() 719 DEBUGP("line %u, policy '%s'\n", line, policy); in iptables_xml_main() 842 DEBUGP("calling do_command4(%u, argv, &%s, handle):\n", in iptables_xml_main() 846 DEBUGP("argv[%u]: %s\n", a, newargv[a]); in iptables_xml_main()
|
/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.h | 11 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro 13 #define DEBUGP(x, args...) macro
|
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()
|
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 …]
|