Searched defs:DPFPRINTF (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/net/pf/ |
H A D | pf_ruleset.c | 56 # define DPFPRINTF(format, x...) \ macro 78 # define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro 80 # define DPFPRINTF(format, x...) ((void)0) macro
|
H A D | pf_osfp.c | 47 # define DPFPRINTF(format, x...) \ macro 63 # define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro 65 # define DPFPRINTF(format, x...) ((void)0) macro
|
H A D | pf_norm.c | 95 #define DPFPRINTF(x) do { \ macro
|
H A D | pf_ioctl.c | 138 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x macro
|
H A D | pf.c | 113 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x macro
|