Home
last modified time | relevance | path

Searched refs:PF_OPT_RECURSE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sbin/pfctl/
Dpfctl_parser.h52 #define PF_OPT_RECURSE 0x04000 macro
Dpfctl.c938 opts & PF_OPT_RECURSE)) { in pfctl_show_rules()
970 if (wildcard && (opts & PF_OPT_RECURSE)) { in pfctl_show_rules()
2721 opts |= PF_OPT_RECURSE; in main()
2802 if (opts & PF_OPT_RECURSE) { in main()
2826 if (opts & PF_OPT_RECURSE) in main()
2847 if (opts & PF_OPT_RECURSE) in main()
2867 if ((opts & PF_OPT_RECURSE) == 0) in main()
Dpfctl_table.c79 if ((opts & PF_OPT_RECURSE) == 0) \