/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);
|