Home
last modified time | relevance | path

Searched refs:PF_OPT_CLRRULECTRS (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.h46 #define PF_OPT_CLRRULECTRS 0x0020 macro
HDpfctl.c1167 opts & PF_OPT_CLRRULECTRS, anchor_call) != 0) { in pfctl_show_eth_rules()
1295 &rule, anchor_call, opts & PF_OPT_CLRRULECTRS)) { in pfctl_show_rules()
1326 &rule, anchor_call, opts & PF_OPT_CLRRULECTRS)) { in pfctl_show_rules()
3010 opts |= PF_OPT_CLRRULECTRS; in main()
3161 if ((opts & PF_OPT_CLRRULECTRS) && showopt == NULL) { in main()