Searched defs:DEBUGP (Results 1 – 9 of 9) sorted by relevance
/external/iptables/extensions/ |
D | libxt_set.h | 12 #define DEBUGP(x, args...) fprintf(stderr, x , ## args) macro 14 #define DEBUGP(x, args...) macro
|
D | libxt_dccp.c | 23 #define DEBUGP(format, fist...) macro
|
D | libxt_sctp.c | 27 #define DEBUGP(format, fist...) macro
|
/external/iptables/iptables/ |
D | iptables-restore.c | 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 23 #define DEBUGP(x, args...) macro
|
D | ip6tables-restore.c | 24 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 26 #define DEBUGP(x, args...) macro
|
D | xtables-restore.c | 22 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 24 #define DEBUGP(x, args...) macro
|
D | iptables-xml.c | 21 #define DEBUGP(x, args...) fprintf(stderr, x, ## args) macro 23 #define DEBUGP(x, args...) macro
|
D | nft-shared.h | 18 #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
|