Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h127 struct node_host { struct
136 struct node_host *next; argument
137 struct node_host *tail; argument
140 void freehostlist(struct node_host *);
252 struct node_host *host;
366 void set_ipmask(struct node_host *, int);
367 int check_netmask(struct node_host *, sa_family_t);
369 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
374 struct node_host *ifa_exists(char *);
375 struct node_host *ifa_grouplookup(char *ifa_name, int flags);
[all …]
H A Dpfctl_parser.c75 int ifa_skip_if(const char *filter, struct node_host *p);
77 struct node_host *host_if(const char *, int);
78 struct node_host *host_ip(const char *, int);
79 struct node_host *host_dns(const char *, int, int);
1281 struct node_host *h; in print_tabledef()
1330 set_ipmask(struct node_host *h, int bb) in set_ipmask()
1361 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1363 struct node_host *n = NULL; in check_netmask()
1381 struct node_host *
1382 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode()
[all …]
H A Dparse.y212 struct node_host *host;
250 struct node_host *host;
306 struct node_host *addr;
372 int disallow_table(struct node_host *, const char *);
373 int disallow_urpf_failed(struct node_host *, const char *);
374 int disallow_alias(struct node_host *, const char *);
392 struct node_host *, struct node_host *, const char *,
397 int check_binat_redirspec(struct node_host *, struct pfctl_rule *, sa_family_t);
399 struct node_host *, struct pfctl_rule *, struct redirspec **,
400 struct node_host **);
[all …]
H A Dpfctl_optimize.c1238 struct node_host node_host; in add_opt_table() local
1255 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1256 node_host.af = af; in add_opt_table()
1257 node_host.addr = addr->addr; in add_opt_table()
1261 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1262 unmask(&node_host.addr.v.a.mask)); in add_opt_table()
1265 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1276 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
H A Dpfctl.c438 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces()
462 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces()
2835 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()