Lines Matching defs:opts

294 pfctl_err(int opts, int eval, const char *fmt, ...)  in pfctl_err()
311 pfctl_errx(int opts, int eval, const char *fmt, ...) in pfctl_errx()
371 pfctl_enable(int dev, int opts) in pfctl_enable()
394 pfctl_disable(int dev, int opts) in pfctl_disable()
415 pfctl_clear_stats(struct pfctl_handle *h, int opts) in pfctl_clear_stats()
499 pfctl_clear_interface_flags(int dev, int opts) in pfctl_clear_interface_flags()
515 pfctl_flush_eth_rules(int dev, int opts, char *anchorname) in pfctl_flush_eth_rules()
528 pfctl_flush_rules(int dev, int opts, char *anchorname) in pfctl_flush_rules()
543 pfctl_flush_nat(int dev, int opts, char *anchorname) in pfctl_flush_nat()
555 pfctl_clear_altq(int dev, int opts) in pfctl_clear_altq()
573 pfctl_clear_src_nodes(int dev, int opts) in pfctl_clear_src_nodes()
582 pfctl_clear_iface_states(int dev, const char *iface, int opts) in pfctl_clear_iface_states()
655 pfctl_kill_src_nodes(int dev, int opts) in pfctl_kill_src_nodes()
730 pfctl_net_kill_states(int dev, const char *iface, int opts) in pfctl_net_kill_states()
820 pfctl_gateway_kill_states(int dev, const char *iface, int opts) in pfctl_gateway_kill_states()
871 pfctl_label_kill_states(int dev, const char *iface, int opts) in pfctl_label_kill_states()
901 pfctl_id_kill_states(int dev, const char *iface, int opts) in pfctl_id_kill_states()
939 pfctl_key_kill_states(int dev, const char *iface, int opts) in pfctl_key_kill_states()
1098 pfctl_print_eth_rule_counters(struct pfctl_eth_rule *rule, int opts) in pfctl_print_eth_rule_counters()
1124 pfctl_print_rule_counters(struct pfctl_rule *rule, int opts) in pfctl_print_rule_counters()
1195 pfctl_show_eth_rules(int dev, char *path, int opts, enum pfctl_show format, in pfctl_show_eth_rules()
1311 pfctl_show_rules(int dev, char *path, int opts, enum pfctl_show format, in pfctl_show_rules()
1530 pfctl_show_nat(int dev, const char *path, int opts, char *anchorname, int depth, in pfctl_show_nat()
1648 int *opts = (int *)arg; in pfctl_print_src_node() local
1661 pfctl_show_src_nodes(int dev, int opts) in pfctl_show_src_nodes()
1671 int opts; member
1691 pfctl_show_states(int dev, const char *iface, int opts) in pfctl_show_states()
1710 pfctl_show_status(int dev, int opts) in pfctl_show_status()
1751 pfctl_show_timeouts(int dev, int opts) in pfctl_show_timeouts()
1775 pfctl_show_limits(int dev, int opts) in pfctl_show_limits()
1821 pfctl_show_creators(int opts) in pfctl_show_creators()
2283 pfctl_rules(int dev, char *filename, int opts, int optimize, in pfctl_rules()
2934 pfctl_debug(int dev, u_int32_t level, int opts) in pfctl_debug()
2964 pfctl_test_altqsupport(int dev, int opts) in pfctl_test_altqsupport()
2982 pfctl_walk_show(int opts, struct pfioc_ruleset *pr, void *warg) in pfctl_walk_show()
2994 pfctl_walk_get(int opts, struct pfioc_ruleset *pr, void *warg) in pfctl_walk_get()
3021 pfctl_walk_anchors(int dev, int opts, const char *anchor, in pfctl_walk_anchors()
3053 pfctl_show_anchors(int dev, int opts, char *anchor) in pfctl_show_anchors()
3060 pfctl_get_anchors(int dev, const char *anchor, int opts) in pfctl_get_anchors()
3092 pfctl_call_cleartables(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_cleartables()
3104 pfctl_call_clearrules(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_clearrules()
3115 pfctl_call_clearanchors(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_clearanchors()
3126 pfctl_call_showtables(int dev, int opts, struct pfr_anchoritem *pfra) in pfctl_call_showtables()
3133 pfctl_recurse(int dev, int opts, const char *anchorname, in pfctl_recurse() argument
3163 pfctl_show_eth_anchors(int dev, int opts, char *anchorname) in pfctl_show_eth_anchors()
3211 pfctl_reset(int dev, int opts) in pfctl_reset()
3255 int opts = 0; in main() local