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
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);
367 struct node_host *ifa_exists(char *);
369 struct node_host *ifa_lookup(char *, int);
370 struct node_host *host(const char *);
[all …]
H A Dpfctl_parser.c1249 struct node_host *h; in print_tabledef()
1343 struct node_host *
1346 struct node_host *n; in gen_dynnode()
1571 struct node_host *
1597 struct node_host *
1634 struct node_host *
1742 struct node_host *
1792 struct node_host *
1839 struct node_host *
1868 struct node_host *
[all …]
H A Dparse.y207 struct node_host *host;
273 struct node_host *addr;
363 struct node_host *, struct node_host *, const char *,
367 struct node_host *, struct node_port *, struct node_host *,
427 struct node_host *host;
1782 struct node_host *n;
3256 struct node_host *n;
3579 struct node_host *n;
3682 struct node_host *n;
5952 struct node_host *ipsrcs, struct node_host *ipdsts, in expand_eth_rule()
[all …]
H A Dpfctl_optimize.c1226 struct node_host node_host; in add_opt_table() local
1242 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1243 node_host.af = af; in add_opt_table()
1244 node_host.addr = addr->addr; in add_opt_table()
1248 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1249 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table()
1252 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1263 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()
H A Dpfctl.c385 struct node_host *h = NULL, *n = NULL; in pfctl_check_skip_ifaces()
412 struct node_host *h = NULL, *n = NULL; in pfctl_adjust_skip_ifaces()
2704 struct node_host *h = NULL, *n = NULL; in pfctl_set_interface_flags()