Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpf_ruleset.c69 #define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro
71 #define DPFPRINTF(format, x...) ((void)0) macro
/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c43 #define DPFPRINTF(format, x...) \ macro
H A Dpf_syncookies.c91 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf_lb.c55 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf_ruleset.c62 #define DPFPRINTF(format, x...) \ macro
H A Dpf_norm.c161 #define DPFPRINTF(x) do { \ macro
H A Dpf_table.c52 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf_ioctl.c222 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf.c119 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro