Searched defs:DPFPRINTF (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | pf_ruleset.c | 63 # define DPFPRINTF(format, x...) \ macro 82 # define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro 84 # define DPFPRINTF(format, x...) ((void)0) macro
|
H A D | pf_osfp.c | 50 # define DPFPRINTF(format, x...) \ macro 71 # define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro 73 # define DPFPRINTF(format, x...) ((void)0) macro
|
H A D | pf_norm.c | 132 #define DPFPRINTF(x) do { \ macro
|
H A D | pf_ioctl.c | 176 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x macro
|
H A D | pf.c | 121 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x macro
|