Home
last modified time | relevance | path

Searched refs:ipfw_is_dyn_rule (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_private.h229 int ipfw_is_dyn_rule(struct ip_fw *rule);
HDip_fw_dynamic.c2876 ipfw_is_dyn_rule(struct ip_fw *rule) in ipfw_is_dyn_rule() function
HDip_fw_sockopt.c1066 if (ipfw_is_dyn_rule(rule) != 0) in delete_range()