HomeSort by: relevance | last modified time | path
    Searched refs:npfctl_rule (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npfctl.h 174 void npfctl_rule(int, int, char **);
npf_cmd.c 108 npfctl_rule(int fd, int argc, char **argv) function in typeref:typename:void
npfctl.c 60 NPFCTL_RULE,
501 case NPFCTL_RULE:
506 npfctl_rule(fd, argc, argv);
566 { "rule", NPFCTL_RULE },
  /src/sys/net/npf/
npf_ctl.c 702 * npfctl_rule: add or remove dynamic rules in the specified ruleset.
705 npfctl_rule(npf_t *npf, const nvlist_t *req, nvlist_t *resp) function in typeref:typename:int
874 error = npfctl_rule(npf, req, resp);

Completed in 13 milliseconds