Home
last modified time | relevance | path

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

/openbsd-src/sbin/pfctl/
H A Dpfctl_parser.h122 struct node_host { struct
132 struct node_host *next; argument
133 struct node_host *tail; argument
135 void freehostlist(struct node_host *);
174 struct node_host *host;
290 void set_ipmask(struct node_host *, int);
291 int check_netmask(struct node_host *, sa_family_t);
293 struct node_host *gen_dynnode(struct node_host *, sa_family_t);
297 struct node_host *ifa_exist
[all...]
H A Dpfctl_parser.c77 int ifa_skip_if(const char *filter, struct node_host *p);
79 struct node_host *ifa_grouplookup(const char *, int);
80 struct node_host *host_if(const char *, int);
81 struct node_host *host_ip(const char *, int);
82 struct node_host *host_dns(const char *, int, int);
1178 struct node_host *h; in print_tabledef()
1288 set_ipmask(struct node_host *h, int bb) in set_ipmask()
1319 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1321 struct node_host *n = NULL; in check_netmask()
1339 struct node_host *
[all...]
H A Dparse.y180 struct node_host *host;
204 struct node_host *host;
220 struct node_host *addr;
349 int disallow_table(struct node_host *, const char *);
350 int disallow_urpf_failed(struct node_host *, const char *);
351 int disallow_alias(struct node_host *, const char *);
357 struct node_host *);
362 struct node_host *, struct node_port *, struct node_host *,
372 struct node_os *, struct node_host *, struc
[all...]
H A Dpfctl_optimize.c1196 struct node_host node_host; in add_opt_table() local
1213 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1214 node_host.af = af; in add_opt_table()
1215 node_host.addr = addr->addr; in add_opt_table()
1216 node_host.ifname = ifname; in add_opt_table()
1217 node_host.weight = addr->weight; in add_opt_table()
1220 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1221 unmask(&node_host.addr.v.a.mask)); in add_opt_table()
1223 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1234 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()