Home
last modified time | relevance | path

Searched refs:node_host (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
HDpfctl_parser.h120 struct node_host { struct
129 struct node_host *next; argument
130 struct node_host *tail; argument
234 struct node_host *host;
340 void set_ipmask(struct node_host *, u_int8_t);
341 int check_netmask(struct node_host *, sa_family_t);
343 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
346 struct node_host *ifa_exists(char *);
347 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
348 struct node_host *ifa_lookup(char *, int);
[all …]
HDpfctl_parser.c73 int ifa_skip_if(const char *filter, struct node_host *p);
75 struct node_host *host_if(const char *, int, int *);
76 struct node_host *host_v4(const char *, int);
77 struct node_host *host_v6(const char *, int);
78 struct node_host *host_dns(const char *, int, int);
1082 struct node_host *h; in print_tabledef()
1131 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1156 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1158 struct node_host *n = NULL; in check_netmask()
1176 struct node_host *
[all …]
HDparse.y199 struct node_host *host;
254 struct node_host *addr;
322 int disallow_table(struct node_host *, const char *);
323 int disallow_urpf_failed(struct node_host *, const char *);
324 int disallow_alias(struct node_host *, const char *);
340 struct node_host *, struct node_proto *, struct node_os *,
341 struct node_host *, struct node_port *, struct node_host *,
358 void decide_address_family(struct node_host *, sa_family_t *);
359 void remove_invalid_hosts(struct node_host **, sa_family_t *);
360 int invalid_redirect(struct node_host *, sa_family_t);
[all …]
HDpfctl_optimize.c1227 struct node_host node_host; in add_opt_table() local
1243 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1244 node_host.af = af; in add_opt_table()
1245 node_host.addr = addr->addr; in add_opt_table()
1249 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1250 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table()
1253 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1264 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
HDpfctl.c369 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces()
396 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces()
2288 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()