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

/freebsd-11-stable/sys/netpfil/pf/
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.c43 #define DPFPRINTF(format, x...) \ macro
H A Dpf_lb.c55 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf_norm.c151 #define DPFPRINTF(x) do { \ macro
[all...]
H A Dpf_ioctl.c147 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
[all...]
H A Dpf_table.c52 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
H A Dpf.c107 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro
[all...]

Completed in 152 milliseconds