Searched defs:DPFPRINTF (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_ruleset.c62 #define DPFPRINTF(format, x...) \ macro
81 #define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro
83 #define DPFPRINTF(format, x...) ((void)0) macro
H A Dpf_osfp.c41 #define DPFPRINTF(format, x...) \ macro
H A Dpf_lb.c52 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf_ioctl.c147 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
[all...]
H A Dpf_norm.c162 #define DPFPRINTF(x) do { \ macro
[all...]
H A Dpf.c101 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
[all...]

Completed in 79 milliseconds