pfctl_parser.h (88148a071b24746d513d50d03142ac27b2827915) | pfctl_parser.h (0d71f9f36e6c1849fdaf6c1edc1178be07357034) |
---|---|
1/* $OpenBSD: pfctl_parser.h,v 1.86 2006/10/31 23:46:25 mcbride Exp $ */ 2 3/*- 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2001 Daniel Hartmeier 7 * All rights reserved. 8 * --- 238 unchanged lines hidden (view full) --- 247 TAILQ_ENTRY(pf_opt_rule) por_skip_entry[PF_SKIP_COUNT]; 248}; 249 250TAILQ_HEAD(pf_opt_queue, pf_opt_rule); 251 252int pfctl_rules(int, char *, int, int, char *, struct pfr_buffer *); 253int pfctl_optimize_ruleset(struct pfctl *, struct pf_ruleset *); 254 | 1/* $OpenBSD: pfctl_parser.h,v 1.86 2006/10/31 23:46:25 mcbride Exp $ */ 2 3/*- 4 * SPDX-License-Identifier: BSD-2-Clause 5 * 6 * Copyright (c) 2001 Daniel Hartmeier 7 * All rights reserved. 8 * --- 238 unchanged lines hidden (view full) --- 247 TAILQ_ENTRY(pf_opt_rule) por_skip_entry[PF_SKIP_COUNT]; 248}; 249 250TAILQ_HEAD(pf_opt_queue, pf_opt_rule); 251 252int pfctl_rules(int, char *, int, int, char *, struct pfr_buffer *); 253int pfctl_optimize_ruleset(struct pfctl *, struct pf_ruleset *); 254 |
255int pfctl_add_rule(struct pfctl *, struct pf_rule *, const char *); | 255int pfctl_append_rule(struct pfctl *, struct pf_rule *, const char *); |
256int pfctl_add_altq(struct pfctl *, struct pf_altq *); 257int pfctl_add_pool(struct pfctl *, struct pf_pool *, sa_family_t); 258void pfctl_move_pool(struct pf_pool *, struct pf_pool *); 259void pfctl_clear_pool(struct pf_pool *); 260 261int pfctl_set_timeout(struct pfctl *, const char *, int, int); 262int pfctl_set_optimization(struct pfctl *, const char *); 263int pfctl_set_limit(struct pfctl *, const char *, unsigned int); --- 81 unchanged lines hidden --- | 256int pfctl_add_altq(struct pfctl *, struct pf_altq *); 257int pfctl_add_pool(struct pfctl *, struct pf_pool *, sa_family_t); 258void pfctl_move_pool(struct pf_pool *, struct pf_pool *); 259void pfctl_clear_pool(struct pf_pool *); 260 261int pfctl_set_timeout(struct pfctl *, const char *, int, int); 262int pfctl_set_optimization(struct pfctl *, const char *); 263int pfctl_set_limit(struct pfctl *, const char *, unsigned int); --- 81 unchanged lines hidden --- |