Searched refs:ip_fw_rule0 (Results 1 – 2 of 2) sorted by relevance
510 struct ip_fw_rule0 *urule; in import_rule0()517 urule = (struct ip_fw_rule0 *)ci->urule; in import_rule0()1708 check_ipfw_rule0(struct ip_fw_rule0 *rule, int size, in check_ipfw_rule0()2121 static int convert_rule_to_7(struct ip_fw_rule0 *rule);2140 struct ip_fw_rule0 *dst; in ipfw_getrules()2158 (struct ip_fw_rule0 *)bp); in ipfw_getrules()2184 dst = (struct ip_fw_rule0 *)bp; in ipfw_getrules()3797 struct ip_fw_rule0 *rule; in ipfw_ctl()4109 convert_rule_to_7(struct ip_fw_rule0 *rule) in convert_rule_to_7()4114 struct ip_fw_rule0 *tmp; in convert_rule_to_7()[all …]
495 struct ip_fw_rule0 { struct531 #define RULEUSIZE0(r) (sizeof(struct ip_fw_rule0) + (r)->cmd_len * 4 - 4) argument