/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 156 #define DPFPRINTF(x) do { \ macro 246 DPFPRINTF(("expiring %d(%p)\n", frag->fr_id, frag)); in pf_purge_fragments() 265 DPFPRINTF(("trying to free %d frag entriess\n", goal)); in pf_flush_fragments() 540 DPFPRINTF(("bad fragment: len 0\n")); in pf_fillup_fragment() 546 DPFPRINTF(("bad fragment: mff and len %d\n", frent->fe_len)); in pf_fillup_fragment() 552 DPFPRINTF(("bad fragment: max packet %d\n", in pf_fillup_fragment() 557 DPFPRINTF((key->frc_af == AF_INET ? in pf_fillup_fragment() 634 DPFPRINTF(("new frag overlapped\n")); in pf_fillup_fragment() 637 DPFPRINTF(("frag head overlap %d\n", precut)); in pf_fillup_fragment() 649 DPFPRINTF(("frag tail overlap %d", aftercut)); in pf_fillup_fragment() [all …]
|
H A D | pf_osfp.c | 43 #define DPFPRINTF(format, x...) \ macro 192 DPFPRINTF("fingerprinted %s:%d %d:%d:%d:%d:%llx (%d) " in pf_osfp_fingerprint_hdr() 222 DPFPRINTF("osfp no match against %x\n", os); in pf_osfp_match() 231 DPFPRINTF("osfp matched %s %s %s %x==%x\n", in pf_osfp_match() 237 DPFPRINTF("fingerprint 0x%x didn't match\n", os); in pf_osfp_match() 278 DPFPRINTF("adding osfp %s %s %s = %s%d:%d:%d:%s%d:0x%llx %d " in pf_osfp_add()
|
H A D | pf_ruleset.c | 62 #define DPFPRINTF(format, x...) \ macro 339 DPFPRINTF("pf_anchor_setup: .. beyond root\n"); in pf_kanchor_setup() 361 DPFPRINTF("pf_anchor_setup: ruleset\n"); in pf_kanchor_setup() 646 DPFPRINTF("pf_anchor_setup: .. beyond root\n"); in pf_keth_anchor_setup() 668 DPFPRINTF("pf_anchor_setup: ruleset\n"); in pf_keth_anchor_setup()
|
H A D | pf_syncookies.c | 91 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 283 DPFPRINTF(LOG_WARNING, in pf_synflood_check() 370 DPFPRINTF(PF_DEBUG_MISC, ("syncookies disabled\n")); in pf_syncookie_rotate()
|
H A D | pf_lb.c | 74 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 822 DPFPRINTF(PF_DEBUG_MISC, in pf_get_translation() 833 DPFPRINTF(PF_DEBUG_MISC, in pf_get_translation() 1002 DPFPRINTF(PF_DEBUG_MISC, in pf_get_translation() 1007 DPFPRINTF(PF_DEBUG_MISC, in pf_get_translation() 1061 DPFPRINTF(PF_DEBUG_MISC, in pf_get_transaddr_af()
|
H A D | pf.c | 120 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 4571 DPFPRINTF(PF_DEBUG_URGENT, in pf_match_rcvif() 5225 DPFPRINTF(PF_DEBUG_URGENT, in pf_test_eth_rule() 6189 DPFPRINTF(PF_DEBUG_URGENT, in pf_create_state() 7833 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() 7863 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() 7915 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() 8109 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() 8239 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() 8267 DPFPRINTF(PF_DEBUG_MISC, in pf_test_state_icmp() [all …]
|
H A D | pf_ioctl.c | 220 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 2118 DPFPRINTF(PF_DEBUG_MISC, in pf_ioctl_addrule() 2124 DPFPRINTF(PF_DEBUG_MISC, in pf_ioctl_addrule() 2431 DPFPRINTF(PF_DEBUG_MISC, ("pf: started\n")); in pf_start() 2451 DPFPRINTF(PF_DEBUG_MISC, ("pf: stopped\n")); in pf_stop() 3146 DPFPRINTF(PF_DEBUG_MISC, in pfioctl() 4260 DPFPRINTF(PF_DEBUG_MISC, ("altq: started\n")); in pfioctl() 4279 DPFPRINTF(PF_DEBUG_MISC, ("altq: stopped\n")); in pfioctl() 6373 DPFPRINTF(PF_DEBUG_MISC, ("shutdown_pf: " in shutdown_pf() 6397 DPFPRINTF(PF_DEBUG_MISC, ("shutdown_pf: eth " in shutdown_pf() [all …]
|
H A D | if_pfsync.c | 113 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 594 DPFPRINTF(PF_DEBUG_MISC, in pfsync_state_import() 607 DPFPRINTF(PF_DEBUG_MISC, in pfsync_state_import() 621 DPFPRINTF(PF_DEBUG_MISC, in pfsync_state_import()
|
H A D | pf_table.c | 52 #define DPFPRINTF(n, x) if (V_pf_status.debug >= (n)) printf x macro 2157 DPFPRINTF(PF_DEBUG_URGENT, in pfr_update_stats()
|
/freebsd/sbin/pfctl/ |
H A D | pf_ruleset.c | 69 #define DPFPRINTF(format, x...) fprintf(stderr, format , ##x) macro 71 #define DPFPRINTF(format, x...) ((void)0) macro
|