Searched defs:DEBUGP (Results 1 – 5 of 5) sorted by relevance
/external/iptables/extensions/ |
D | libxt_set.c | 26 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 28 #define DEBUGP(x, args...) macro
|
D | libxt_dccp.c | 23 #define DEBUGP(format, fist...) macro
|
D | libxt_sctp.c | 28 #define DEBUGP(format, fist...) macro
|
/external/iptables/iptables/ |
D | xshared.h | 14 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 22 #define DEBUGP(x, args...) 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
|