Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_sockopt.c2110 struct ip_fw7 { struct
2111 struct ip_fw7 *next; /* linked list of rules */ argument
2112 struct ip_fw7 *next_rule; /* ptr to next [skipto] rule */ argument
2134 #define RULESIZE7(rule) (sizeof(struct ip_fw7) + \ argument
2135 ((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 …]