Searched refs:actiontypes (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 761 static const char *actiontypes[] = { "pass", "block", "", "", "", "", in print_eth_rule() local 776 printf("%s", actiontypes[r->action]); in print_eth_rule() 833 static const char *actiontypes[] = { "pass", "block", "scrub", in print_rule() local 856 printf("%s", actiontypes[r->action]); in print_rule()
|