Home
last modified time | relevance | path

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

/dragonfly/sys/net/ipfw3/
H A Dip_fw3_set.c92 rule->set = msg->set_to; in move_set_dispatch()
112 msg.set_to = *set2; in ip_fw3_ctl_set_move_set()
127 rule->set = msg->set_to; in move_rule_dispatch()
147 msg.set_to = *set; in ip_fw3_ctl_set_move_rule()
162 rule->set = msg->set_to; in set_swap_dispatch()
163 else if (rule->set == msg->set_to) in set_swap_dispatch()
184 msg.set_to = *set2; in ip_fw3_ctl_set_swap()
227 if (rule->set == msg->set_to) { in set_flush_dispatch()
248 msg.set_to = *num; in ip_fw3_ctl_set_flush()
H A Dip_fw3_set.h44 int set_to; member
H A Dip_fw3.c119 uint8_t set_to; member