Searched refs:node_host (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 151 struct node_host { struct 160 struct node_host *next; argument 161 struct node_host *tail; argument 164 void freehostlist(struct node_host *); 276 struct node_host *host; 405 void set_ipmask(struct node_host *, int); 406 int check_netmask(struct node_host *, sa_family_t); 408 struct node_host *gen_dynnode(struct node_host *, sa_family_t); 413 struct node_host *ifa_exists(char *); 414 struct node_host *ifa_grouplookup(char *ifa_name, int flags); [all …]
|
| H A D | pfctl_parser.c | 75 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); 1370 struct node_host *h; in print_tabledef() 1419 set_ipmask(struct node_host *h, int bb) in set_ipmask() 1450 check_netmask(struct node_host *h, sa_family_t af) in check_netmask() 1452 struct node_host *n = NULL; in check_netmask() 1470 struct node_host * 1471 gen_dynnode(struct node_host *h, sa_family_t af) in gen_dynnode() [all …]
|
| H A D | parse.y | 215 struct node_host *host; 253 struct node_host *host; 316 struct node_host *addr; 427 int disallow_table(struct node_host *, const char *); 428 int disallow_urpf_failed(struct node_host *, const char *); 429 int disallow_alias(struct node_host *, const char *); 447 struct node_host *, struct node_host *, const char *, 452 int check_binat_redirspec(struct node_host *, struct pfctl_rule *, sa_family_t); 454 struct node_host *, struct pfctl_rule *, struct redirspec **, 455 struct node_host **); [all …]
|
| H A D | pfctl_optimize.c | 1238 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 D | pfctl.c | 509 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces() 533 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces() 3287 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()
|