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

  /src/lib/libnpf/
npf.h 118 uint64_t npf_rule_getid(nl_rule_t *);
npf.c 872 npf_rule_getid(nl_rule_t *rl) function in typeref:typename:uint64_t
  /src/usr.sbin/npf/npftest/libnpftest/
npf_l2rule_test.c 179 id = npf_rule_getid(rl);
npf_rule_test.c 335 id = npf_rule_getid(rl);
  /src/sys/net/npf/
npf_impl.h 441 uint64_t npf_rule_getid(const npf_rule_t *);
npf_ctl.c 744 uint64_t id = npf_rule_getid(rl);
npf_ruleset.c 799 * npf_rule_getid: return the unique ID of a rule.
805 npf_rule_getid(const npf_rule_t *rl) function in typeref:typename:uint64_t
  /src/usr.sbin/npf/npfctl/
npf_show.c 451 const uint64_t id = npf_rule_getid(rl);

Completed in 17 milliseconds