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

/external/iptables/libiptc/
H A 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);
962 DEBUGP_C("%u:%u:new userdefined chain %s: %p\n", *num, offset,
976 DEBUGP_C("%u:%u new builtin chain: %p (rules=%p)\n",
999 DEBUGP_C("%u:%u normal rule: %p: ", *num, offset, r);
1020 DEBUGP_C("standard, verdict=%d\n", t->verdict);
1023 DEBUGP_C("fallthrough\n");
1026 DEBUGP_C("jump, target=%u\n", t->verdict);
1033 DEBUGP_C("modul
[all...]

Completed in 258 milliseconds