Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c705 static const char *actiontypes[] = { "pass", "block", "scrub", in print_rule() local
723 printf("%s", actiontypes[r->action]); in print_rule()