Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c2101 struct ip_fw7 { struct
2102 struct ip_fw7 *next; /* linked list of rules */ argument
2125 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ argument
2126 ((struct ip_fw7 *)(rule))->cmd_len * 4 - 4)
2170 &(((struct ip_fw7 *)bp)->next_rule), in ipfw_getrules()
2172 if (((struct ip_fw7 *)bp)->timestamp) in ipfw_getrules()
2173 ((struct ip_fw7 *)bp)->timestamp += boot_seconds; in ipfw_getrules()
3865 sizeof(struct ip_fw7) ); in ipfw_ctl()
4112 struct ip_fw7 *rule7 = (struct ip_fw7 *)rule; in convert_rule_to_7()
4132 rule7->next_rule = (struct ip_fw7 *)tmp->next_rule; in convert_rule_to_7()
[all …]