Lines Matching defs:opts
238 pfctl_enable(int dev, int opts) in pfctl_enable()
257 pfctl_disable(int dev, int opts) in pfctl_disable()
276 pfctl_clear_stats(int dev, int opts) in pfctl_clear_stats()
286 pfctl_clear_interface_flags(int dev, int opts) in pfctl_clear_interface_flags()
303 pfctl_clear_rules(int dev, int opts, char *anchorname) in pfctl_clear_rules()
320 pfctl_clear_nat(int dev, int opts, char *anchorname) in pfctl_clear_nat()
338 pfctl_clear_altq(int dev, int opts) in pfctl_clear_altq()
356 pfctl_clear_src_nodes(int dev, int opts) in pfctl_clear_src_nodes()
366 pfctl_clear_states(int dev, const char *iface, int opts) in pfctl_clear_states()
433 pfctl_kill_src_nodes(int dev, const char *iface __unused, int opts) in pfctl_kill_src_nodes()
536 pfctl_net_kill_states(int dev, const char *iface, int opts) in pfctl_net_kill_states()
642 pfctl_label_kill_states(int dev, const char *iface, int opts) in pfctl_label_kill_states()
669 pfctl_id_kill_states(int dev, const char *iface, int opts) in pfctl_id_kill_states()
761 pfctl_print_rule_counters(struct pf_rule *rule, int opts) in pfctl_print_rule_counters()
809 pfctl_show_rules(int dev, char *path, int opts, enum pfctl_show format, in pfctl_show_rules()
955 pfctl_show_nat(int dev, int opts, char *anchorname) in pfctl_show_nat()
995 pfctl_show_src_nodes(int dev, int opts) in pfctl_show_src_nodes()
1040 pfctl_show_states(int dev, const char *iface, int opts) in pfctl_show_states()
1088 pfctl_show_status(int dev, int opts) in pfctl_show_status()
1103 pfctl_show_timeouts(int dev, int opts) in pfctl_show_timeouts()
1128 pfctl_show_limits(int dev, int opts) in pfctl_show_limits()
1382 pfctl_rules(int dev, char *filename, int opts, int optimize, in pfctl_rules()
1893 pfctl_debug(int dev, u_int32_t level, int opts) in pfctl_debug()
1921 pfctl_test_altqsupport(int dev, int opts) in pfctl_test_altqsupport()
1938 pfctl_show_anchors(int dev, int opts, char *anchorname) in pfctl_show_anchors()
1992 int opts = 0; in main() local