Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c2115 struct ip_fw7 { struct
2116 struct ip_fw7 *next; /* linked list of rules */ argument
2117 struct ip_fw7 *next_rule; /* ptr to next [skipto] rule */ argument
2139 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ argument
2140 ((struct ip_fw7 *)(rule))->cmd_len * 4 - 4)
2184 &(((struct ip_fw7 *)bp)->next_rule), in ipfw_getrules()
2186 if (((struct ip_fw7 *)bp)->timestamp) in ipfw_getrules()
2187 ((struct ip_fw7 *)bp)->timestamp += boot_seconds; in ipfw_getrules()
3875 sizeof(struct ip_fw7) ); in ipfw_ctl()
4122 struct ip_fw7 *rule7 = (struct ip_fw7 *)rule; in convert_rule_to_7()
[all …]