Searched refs:ip_fw_rule (Results 1 – 5 of 5) sorted by relevance
441 struct ip_fw_rule *urule; in import_rule1()444 urule = (struct ip_fw_rule *)ci->urule; in import_rule1()474 struct ip_fw_rule *urule; in export_rule1()485 urule = (struct ip_fw_rule *)(cntr + 1); in export_rule1()488 urule = (struct ip_fw_rule *)(tlv + 1); in export_rule1()1675 check_ipfw_rule1(struct ip_fw_rule *rule, int size, in check_ipfw_rule1()2920 struct ip_fw_rule *r; in add_rules()2998 if (ctlv->count > clen / sizeof(struct ip_fw_rule)) in add_rules()3016 r = (struct ip_fw_rule *)(ctlv + 1); in add_rules()3043 r = (struct ip_fw_rule *)((caddr_t)r + rsize); in add_rules()[all …]
534 #define RULEUSIZE1(r) (roundup2(sizeof(struct ip_fw_rule) + \
1401 struct ip_fw_rule *rule;2613 struct ip_fw_rule *r; in prepare_format_opts()2621 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in prepare_format_opts()2650 struct ip_fw_rule *r; in list_static_range()2659 r = (struct ip_fw_rule *)((caddr_t)cntr + cntr->size); in list_static_range()2662 r = (struct ip_fw_rule *)(rtlv + 1); in list_static_range()3820 struct ip_fw_rule *rule; in compile_rule()3844 rule = (struct ip_fw_rule *)rbuf; in compile_rule()3849 rblen -= sizeof(struct ip_fw_rule) / sizeof(uint32_t); in compile_rule()5321 struct ip_fw_rule *rule; in ipfw_add()[all …]
614 struct ip_fw_rule { struct