Home
last modified time | relevance | path

Searched refs:PF_OPT_QUIET (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl.c324 if ((opts & PF_OPT_QUIET) == 0) in pfctl_enable()
345 if ((opts & PF_OPT_QUIET) == 0) in pfctl_disable()
361 if ((opts & PF_OPT_QUIET) == 0) in pfctl_clear_stats()
455 if ((opts & PF_OPT_QUIET) == 0) in pfctl_clear_interface_flags()
470 if ((opts & PF_OPT_QUIET) == 0) in pfctl_flush_eth_rules()
484 if ((opts & PF_OPT_QUIET) == 0) in pfctl_flush_rules()
497 if ((opts & PF_OPT_QUIET) == 0) in pfctl_flush_nat()
515 if ((opts & PF_OPT_QUIET) == 0) in pfctl_clear_altq()
525 if ((opts & PF_OPT_QUIET) == 0) in pfctl_clear_src_nodes()
547 if ((opts & PF_OPT_QUIET) == 0) in pfctl_clear_iface_states()
[all …]
H A Dpfctl_parser.h45 #define PF_OPT_QUIET 0x0010 macro
H A Dpfctl_table.c619 if (opts & PF_OPT_QUIET) in print_iface()
H A Dpfctl_altq.c560 if (pa->bandwidth != 0 && (pf->opts & PF_OPT_QUIET) == 0) { in cbq_compute_idletime()