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

  /external/iptables/extensions/
libipt_set.h 9 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
11 #define DEBUGP(x, args...)
libip6t_sctp.c 35 #define DEBUGP(format, first...) printf(format, ##first)
38 #define DEBUGP(format, fist...)
90 DEBUGP("%s\n", portstring);
146 DEBUGP("Previous match found\n");
183 DEBUGP("Buffer: %s\n", buffer);
199 DEBUGP("Next Chunk type %s\n", ptr);
207 DEBUGP("Chunk num %d\n", sctp_chunk_names[i].chunk_type);
219 DEBUGP("Chunk flags %s\n", chunk_flags);
248 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
376 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
    [all...]
libipt_dccp.c 21 #define DEBUGP(format, first...) printf(format, ##first)
24 #define DEBUGP(format, fist...)
67 DEBUGP("%s\n", portstring);
libipt_sctp.c 36 #define DEBUGP(format, first...) printf(format, ##first)
39 #define DEBUGP(format, fist...)
91 DEBUGP("%s\n", portstring);
147 DEBUGP("Previous match found\n");
184 DEBUGP("Buffer: %s\n", buffer);
200 DEBUGP("Next Chunk type %s\n", ptr);
208 DEBUGP("Chunk num %d\n", sctp_chunk_names[i].chunk_type);
220 DEBUGP("Chunk flags %s\n", chunk_flags);
249 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
377 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
    [all...]
  /external/iptables/
ip6tables-restore.c 22 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
24 #define DEBUGP(x, args...)
89 DEBUGP("add_argv: %s\n", what);
181 DEBUGP("Calling commit\n");
184 DEBUGP("Not calling commit, testing\n");
193 DEBUGP("line %u, table '%s'\n", line, table);
208 DEBUGP("Cleaning all chains of table '%s'\n",
213 DEBUGP("Deleting all user-defined chains "
227 DEBUGP("line %u, chain '%s'\n", line, chain);
237 DEBUGP("Flushing existing user defined chain '%s'\n", chain)
    [all...]
iptables-restore.c 19 #define DEBUGP(x, args...) fprintf(stderr, x, ## args)
21 #define DEBUGP(x, args...)
86 DEBUGP("add_argv: %s\n", what);
184 DEBUGP("Calling commit\n");
187 DEBUGP("Not calling commit, testing\n");
196 DEBUGP("line %u, table '%s'\n", line, table);
211 DEBUGP("Cleaning all chains of table '%s'\n",
216 DEBUGP("Deleting all user-defined chains "
230 DEBUGP("line %u, chain '%s'\n", line, chain);
240 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...)
115 DEBUGP("add_argv: %d %s\n", newargc, what);
673 DEBUGP("Calling commit\n");
681 DEBUGP("line %u, table '%s'\n", line, table);
698 DEBUGP("line %u, chain '%s'\n", line, chain);
706 DEBUGP("Creating new chain '%s'\n", chain);
709 DEBUGP("line %u, policy '%s'\n", line, policy);
832 DEBUGP("calling do_command(%u, argv, &%s, handle):\n",
836 DEBUGP("argv[%u]: %s\n", a, newargv[a])
    [all...]
  /external/iptables/libiptc/
libiptc.c 36 #define DEBUGP(x, args...) fprintf(stderr, "%s: " x, __FUNCTION__, ## args)
39 #define DEBUGP(x, args...)
344 DEBUGP("deleting rule %p (offset %u)\n", r, r->offset);
437 DEBUGP("entering...");
682 DEBUGP("%s: chain_head %u, offset=%u\n", c->name, *num, *offset);
692 DEBUGP("rule %u, offset=%u, index=%u\n", *num, *offset, *num);
699 DEBUGP("%s; chain_foot %u, offset=%u, index=%u\n", c->name, *num,
829 DEBUGP("valid_hooks=0x%08x, num_entries=%u, size=%u\n",
969 DEBUGP(": no chains\n");
976 DEBUGP(": returning `%s'\n", c->name)
    [all...]

Completed in 647 milliseconds