Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h46 #define PF_OPT_CLRRULECTRS 0x0020 macro
H A Dpfctl.c1174 opts & PF_OPT_CLRRULECTRS, anchor_call)) != 0) { in pfctl_show_eth_rules()
1300 &rule, anchor_call, opts & PF_OPT_CLRRULECTRS)) != 0) { in pfctl_show_rules()
1335 &rule, anchor_call, opts & PF_OPT_CLRRULECTRS)) != 0) { in pfctl_show_rules()
3027 opts |= PF_OPT_CLRRULECTRS; in main()
3184 if ((opts & PF_OPT_CLRRULECTRS) && showopt == NULL) { in main()