Lines Matching defs:opts
290 pfctl_err(int opts, int eval, const char *fmt, ...) in pfctl_err()
307 pfctl_errx(int opts, int eval, const char *fmt, ...) in pfctl_errx()
367 pfctl_enable(int dev, int opts) in pfctl_enable()
390 pfctl_disable(int dev, int opts) in pfctl_disable()
411 pfctl_clear_stats(struct pfctl_handle *h, int opts) in pfctl_clear_stats()
495 pfctl_clear_interface_flags(int dev, int opts) in pfctl_clear_interface_flags()
511 pfctl_flush_eth_rules(int dev, int opts, char *anchorname) in pfctl_flush_eth_rules()
524 pfctl_flush_rules(int dev, int opts, char *anchorname) in pfctl_flush_rules()
539 pfctl_flush_nat(int dev, int opts, char *anchorname) in pfctl_flush_nat()
551 pfctl_clear_altq(int dev, int opts) in pfctl_clear_altq()
569 pfctl_clear_src_nodes(int dev, int opts) in pfctl_clear_src_nodes()
578 pfctl_clear_iface_states(int dev, const char *iface, int opts) in pfctl_clear_iface_states()
651 pfctl_kill_src_nodes(int dev, int opts) in pfctl_kill_src_nodes()
726 pfctl_net_kill_states(int dev, const char *iface, int opts) in pfctl_net_kill_states()
816 pfctl_gateway_kill_states(int dev, const char *iface, int opts) in pfctl_gateway_kill_states()
867 pfctl_label_kill_states(int dev, const char *iface, int opts) in pfctl_label_kill_states()
897 pfctl_id_kill_states(int dev, const char *iface, int opts) in pfctl_id_kill_states()
935 pfctl_key_kill_states(int dev, const char *iface, int opts) in pfctl_key_kill_states()
1094 pfctl_print_eth_rule_counters(struct pfctl_eth_rule *rule, int opts) in pfctl_print_eth_rule_counters()
1120 pfctl_print_rule_counters(struct pfctl_rule *rule, int opts) in pfctl_print_rule_counters()
1188 pfctl_show_eth_rules(int dev, char *path, int opts, enum pfctl_show format, in pfctl_show_eth_rules()
1304 pfctl_show_rules(int dev, char *path, int opts, enum pfctl_show format, in pfctl_show_rules()
1518 pfctl_show_nat(int dev, const char *path, int opts, char *anchorname, int depth, in pfctl_show_nat()
1636 int *opts = (int *)arg; in pfctl_print_src_node() local
1649 pfctl_show_src_nodes(int dev, int opts) in pfctl_show_src_nodes()
1659 int opts; member
1679 pfctl_show_states(int dev, const char *iface, int opts) in pfctl_show_states()
1698 pfctl_show_status(int dev, int opts) in pfctl_show_status()
1739 pfctl_show_timeouts(int dev, int opts) in pfctl_show_timeouts()
1763 pfctl_show_limits(int dev, int opts) in pfctl_show_limits()
1784 pfctl_show_creators(int opts) in pfctl_show_creators()
2230 pfctl_rules(int dev, char *filename, int opts, int optimize, in pfctl_rules()
2869 pfctl_debug(int dev, u_int32_t level, int opts) in pfctl_debug()
2899 pfctl_test_altqsupport(int dev, int opts) in pfctl_test_altqsupport()
2917 pfctl_walk_show(int opts, struct pfioc_ruleset *pr, void *warg) in pfctl_walk_show()
2929 pfctl_walk_get(int opts, struct pfioc_ruleset *pr, void *warg) in pfctl_walk_get()
2956 pfctl_walk_anchors(int dev, int opts, const char *anchor, in pfctl_walk_anchors()
2988 pfctl_show_anchors(int dev, int opts, char *anchor) in pfctl_show_anchors()
2995 pfctl_get_anchors(int dev, const char *anchor, int opts) in pfctl_get_anchors()
3027 pfctl_call_cleartables(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_cleartables()
3039 pfctl_call_clearrules(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_clearrules()
3050 pfctl_call_clearanchors(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_clearanchors()
3061 pfctl_call_showtables(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_showtables()
3068 pfctl_recurse(int dev, int opts, const char *anchorname, in pfctl_recurse() argument
3098 pfctl_show_eth_anchors(int dev, int opts, char *anchorname) in pfctl_show_eth_anchors()
3146 pfctl_reset(int dev, int opts) in pfctl_reset()
3190 int opts = 0; in main() local