Searched refs:node_host (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pfctl_parser.h | 126 struct node_host { struct 135 struct node_host *next; argument 136 struct node_host *tail; argument 249 struct node_host *host; 360 void set_ipmask(struct node_host *, u_int8_t); 361 int check_netmask(struct node_host *, sa_family_t); 363 struct node_host *gen_dynnode(struct node_host *, sa_family_t); 366 struct node_host *ifa_exists(char *); 368 struct node_host *ifa_lookup(char *, int); 369 struct node_host *host(const char *); [all …]
|
| H A D | pfctl_parser.c | 1242 struct node_host *h; in print_tabledef() 1336 struct node_host * 1339 struct node_host *n; in gen_dynnode() 1564 struct node_host * 1590 struct node_host * 1627 struct node_host * 1735 struct node_host * 1785 struct node_host * 1832 struct node_host * 1861 struct node_host * [all …]
|
| H A D | parse.y | 206 struct node_host *host; 272 struct node_host *addr; 362 struct node_host *, struct node_host *, const char *, 366 struct node_host *, struct node_port *, struct node_host *, 426 struct node_host *host; 1781 struct node_host *n; 3247 struct node_host *n; 3570 struct node_host *n; 3673 struct node_host *n; 5919 struct node_host *ipsrcs, struct node_host *ipdsts, in expand_eth_rule() [all …]
|
| H A D | pfctl_optimize.c | 1227 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()
|
| H A D | pfctl.c | 380 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces() 407 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces() 2705 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()
|