Home
last modified time | relevance | path

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

/src/sbin/pfctl/
H A Dpfctl_parser.c896 static const char *anchortypes[] = { "anchor", "anchor", "anchor", in print_rule() local
909 if (r->action >= nitems(anchortypes)) { in print_rule()
914 printf("%s", anchortypes[r->action]); in print_rule()
916 printf("%s \"%s\"", anchortypes[r->action], in print_rule()