Searched refs:node_host (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 125 struct node_host { struct 134 struct node_host *next; argument 135 struct node_host *tail; argument 138 void freehostlist(struct node_host *); 250 struct node_host *host; 361 void set_ipmask(struct node_host *, u_int8_t); 362 int check_netmask(struct node_host *, sa_family_t); 364 struct node_host *gen_dynnode(struct node_host *, sa_family_t); 369 struct node_host *ifa_exists(char *); 370 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, int *); 78 struct node_host *host_v4(const char *, int); 79 struct node_host *host_v6(const char *, int); 80 struct node_host *host_dns(const char *, int, int); 1269 struct node_host *h; in print_tabledef() 1318 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask() 1343 check_netmask(struct node_host *h, sa_family_t af) in check_netmask() 1345 struct node_host *n = NULL; in check_netmask() 1363 struct node_host * [all …]
|
H A D | parse.y | 207 struct node_host *host; 231 struct node_host *host; 302 struct node_host *addr; 363 int disallow_table(struct node_host *, const char *); 364 int disallow_urpf_failed(struct node_host *, const char *); 365 int disallow_alias(struct node_host *, const char *); 383 struct node_host *, struct node_host *, const char *, 387 struct node_host *, struct node_host *, struct node_host *, 388 struct node_proto *, struct node_os *, struct node_host *, 389 struct node_port *, struct node_host *, struct node_port *, [all …]
|
H A D | pfctl_optimize.c | 1245 struct node_host node_host; in add_opt_table() local 1261 memset(&node_host, 0, sizeof(node_host)); in add_opt_table() 1262 node_host.af = af; in add_opt_table() 1263 node_host.addr = addr->addr; in add_opt_table() 1267 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table() 1268 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table() 1271 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table() 1282 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
|
H A D | pfctl.c | 386 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces() 411 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces() 2751 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()
|