Home
last modified time | relevance | path

Searched refs:DEBUGP_C (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c47 #define DEBUGP_C(x, args...) fprintf(stderr, x, ## args) macro
50 #define DEBUGP_C(x, args...) macro
948 DEBUGP_C("%u:%u: end of table:\n", *num, offset); in cache_add_entry()
962 DEBUGP_C("%u:%u:new userdefined chain %s: %p\n", *num, offset, in cache_add_entry()
976 DEBUGP_C("%u:%u new builtin chain: %p (rules=%p)\n", in cache_add_entry()
999 DEBUGP_C("%u:%u normal rule: %p: ", *num, offset, r); in cache_add_entry()
1020 DEBUGP_C("standard, verdict=%d\n", t->verdict); in cache_add_entry()
1023 DEBUGP_C("fallthrough\n"); in cache_add_entry()
1026 DEBUGP_C("jump, target=%u\n", t->verdict); in cache_add_entry()
1033 DEBUGP_C("module, target=%s\n", GET_TARGET(e)->u.user.name); in cache_add_entry()
[all …]