Home
last modified time | relevance | path

Searched defs:netmsg_del (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.c111 struct netmsg_del { struct
112 struct netmsg_base base;
113 struct ip_fw *rule;
114 struct ip_fw *start_rule;
115 struct ip_fw *prev_rule;
116 struct ipfw_ioc_state *ioc_state;
117 uint16_t rulenum;
118 uint8_t set_from;
119 uint8_t set_to;
120 int kill_default;
/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.c296 struct netmsg_del { struct
297 struct netmsg_base base;
298 struct ip_fw *start_rule;
299 struct ip_fw *prev_rule;
300 uint16_t rulenum;
301 uint8_t from_set;
302 uint8_t to_set;