Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c866 ipfw_match_range(struct ip_fw *rule, ipfw_range_tlv *rt) in ipfw_match_range() function
1053 if (ipfw_match_range(rule, rt) == 0) { in delete_range()
1075 if (ipfw_match_range(rule, rt) == 0) in delete_range()
1103 if (ipfw_match_range(rule, rt) == 0) in move_objects()
1130 if (ipfw_match_range(rule, rt) == 0) in move_objects()
1149 if (ipfw_match_range(rule, rt) == 0) in move_objects()
1202 if (ipfw_match_range(rule, rt) == 0) in move_range()
1275 if (ipfw_match_range(rule, rt) == 0) in clear_range()
H A Dip_fw_private.h663 int ipfw_match_range(struct ip_fw *rule, ipfw_range_tlv *rt);