Searched refs:actiontypes (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/pfctl/ |
| H A D | pfctl_parser.c | 789 static const char *actiontypes[] = { "pass", "block", "", "", "", "", in print_eth_rule() local 804 printf("%s", actiontypes[r->action]); in print_eth_rule() 893 static const char *actiontypes[] = { "pass", "block", "scrub", in print_rule() local 920 if (r->action >= nitems(actiontypes)) in print_rule() 923 printf("%s", actiontypes[r->action]); in print_rule()
|