HomeSort by: relevance | last modified time | path
    Searched defs:ruleops (Results 1 - 2 of 2) sorted by relevancy

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

Completed in 22 milliseconds