Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c1134 if (wildcard && (opts & PF_OPT_RECURSE)) { in pfctl_show_eth_rules()
1181 *(--p) == '/')) || (opts & PF_OPT_RECURSE))) { in pfctl_show_eth_rules()
1250 if (wildcard && (opts & PF_OPT_RECURSE)) { in pfctl_show_rules()
1376 opts & PF_OPT_RECURSE)) { in pfctl_show_rules()
1396 opts & PF_OPT_RECURSE)) { in pfctl_show_rules()
1460 if (wildcard && (opts & PF_OPT_RECURSE)) { in pfctl_show_nat()
1517 opts & PF_OPT_RECURSE)) { in pfctl_show_nat()
3066 opts |= PF_OPT_RECURSE; in main()
H A Dpfctl_parser.h55 #define PF_OPT_RECURSE 0x4000 macro