Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dpfctl_parser.c763 static const char *actiontypes[] = { "pass", "block", "", "", "", "", in print_eth_rule() local
778 printf("%s", actiontypes[r->action]); in print_eth_rule()
835 static const char *actiontypes[] = { "pass", "block", "scrub", in print_rule() local
858 printf("%s", actiontypes[r->action]); in print_rule()