Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_cmd.c114 } ruleops[] = { in npfctl_rule() local
132 for (unsigned n = 0; ruleops[n].cmd != NULL; n++) { in npfctl_rule()
133 if (strcmp(cmd, ruleops[n].cmd) == 0) { in npfctl_rule()
134 action = ruleops[n].action; in npfctl_rule()
135 extra_arg = ruleops[n].extra_arg; in npfctl_rule()