/src/lib/libnpf/ |
npf.h | 109 int npf_rule_setrid(nl_rule_t *, struct r_id, const char *);
|
npf.c | 740 npf_rule_setrid(nl_rule_t *rl, struct r_id rid, const char *name) function in typeref:typename:int
|
/src/sys/net/npf/ |
npf_impl.h | 447 void npf_rule_setrid(const nvlist_t *, npf_rule_t *, const char *);
|
npf_ctl.c | 383 npf_rule_setrid(req, rl, "r_user"); 387 npf_rule_setrid(req, rl, "r_group");
|
npf_ruleset.c | 740 npf_rule_setrid(const nvlist_t *req, npf_rule_t *rl, const char *name) function in typeref:typename:void
|
/src/usr.sbin/npf/npfctl/ |
npf_build.c | 875 npf_rule_setrid(rl, fopts->uid, "r_user"); 879 npf_rule_setrid(rl, fopts->gid, "r_group");
|