Searched refs:ip_fw7 (Results 1 – 1 of 1) sorted by relevance
2110 struct ip_fw7 { struct2111 struct ip_fw7 *next; /* linked list of rules */ argument2112 struct ip_fw7 *next_rule; /* ptr to next [skipto] rule */ argument2134 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ argument2135 ((struct ip_fw7 *)(rule))->cmd_len * 4 - 4)2180 &(((struct ip_fw7 *)bp)->next_rule), in ipfw_getrules()2182 if (((struct ip_fw7 *)bp)->timestamp) in ipfw_getrules()2183 ((struct ip_fw7 *)bp)->timestamp += boot_seconds; in ipfw_getrules()3881 sizeof(struct ip_fw7) ); in ipfw_ctl()4129 struct ip_fw7 *rule7 = (struct ip_fw7 *)rule; in convert_rule_to_7()[all …]