Home
last modified time | relevance | path

Searched refs:ipfw_add_rule (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_private.h298 int ipfw_add_rule(struct ip_fw_chain *chain, struct ip_fw *input_rule);
Dip_fw_sockopt.c156 ipfw_add_rule(struct ip_fw_chain *chain, struct ip_fw *input_rule) in ipfw_add_rule() function
1059 error = ipfw_add_rule(chain, rule); in ipfw_ctl()