Home
last modified time | relevance | path

Searched refs:NPF_CMD_RULE_REMOVE (Results 1 – 4 of 4) sorted by relevance

/netbsd/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c118 { "rem-id", NPF_CMD_RULE_REMOVE, true }, in npfctl_rule()
165 case NPF_CMD_RULE_REMOVE: in npfctl_rule()
/netbsd/sys/net/npf/
H A Dnpf.h277 #define NPF_CMD_RULE_REMOVE 3 macro
H A Dnpf_ctl.c741 case NPF_CMD_RULE_REMOVE: { in npfctl_rule()
/netbsd/lib/libnpf/
H A Dnpf.c598 nvlist_add_number(rule_nvl, "command", NPF_CMD_RULE_REMOVE); in npf_ruleset_remove()