/external/iptables/iptables/ |
ip6tables-restore.c | 23 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) 25 #define DEBUGP(x, args...) 97 DEBUGP("add_argv: %s\n", what); 198 DEBUGP("Calling commit\n"); 203 DEBUGP("Not calling commit, testing\n"); 212 DEBUGP("line %u, table '%s'\n", line, table); 228 DEBUGP("Cleaning all chains of table '%s'\n", 233 DEBUGP("Deleting all user-defined chains " 247 DEBUGP("line %u, chain '%s'\n", line, chain); 264 DEBUGP("Flushing existing user defined chain '%s'\n", chain) [all...] |
iptables-restore.c | 20 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) 22 #define DEBUGP(x, args...) 97 DEBUGP("add_argv: %s\n", what); 204 DEBUGP("Calling commit\n"); 209 DEBUGP("Not calling commit, testing\n"); 218 DEBUGP("line %u, table '%s'\n", line, table); 235 DEBUGP("Cleaning all chains of table '%s'\n", 240 DEBUGP("Deleting all user-defined chains " 254 DEBUGP("line %u, chain '%s'\n", line, chain); 270 DEBUGP("Flushing existing user defined chain '%s'\n", chain) [all...] |
iptables-xml.c | 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) 23 #define DEBUGP(x, args...) 110 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...] |
/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); 348 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags, [all...] |
libxt_set.h | 10 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) 12 #define DEBUGP(x, args...)
|
libxt_dccp.c | 20 #define DEBUGP(format, first...) printf(format, ##first) 23 #define DEBUGP(format, fist...)
|
libxt_set.c | 85 DEBUGP("parse: set index %u\n", info->index); 172 DEBUGP("parse: set index %u\n", info->index);
|
/external/iptables/libiptc/ |
libiptc.c | 43 #define DEBUGP(x, args...) fprintf(stderr, "%s: " x, __FUNCTION__, ## args) 46 #define DEBUGP(x, args...) 799 DEBUGP("deleting rule %p (offset %u)\n", r, r->offset); 945 DEBUGP("entering..."); [all...] |
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 95 DEBUGP("tuple %p: %u %u.%u.%u.%u:%hu -> %u.%u.%u.%u:%hu\n", \
|