Home
last modified time | relevance | path

Searched defs:DPFPRINTF (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/net/pf/
H A Dpf_ruleset.c56 # 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 Dpf_osfp.c47 # 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 Dpf_norm.c95 #define DPFPRINTF(x) do { \ macro
H A Dpf_ioctl.c138 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x macro
H A Dpf.c113 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) kprintf x macro