Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpf_ruleset.c63 # 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 Dpf_osfp.c50 # 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 Dpf_norm.c132 #define DPFPRINTF(x) do { \ macro
H A Dpf_ioctl.c176 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x macro
H A Dpf.c121 #define DPFPRINTF(n, x) if (pf_status.debug >= (n)) printf x macro