Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDpfctl_parser.h114 struct node_host { struct
123 struct node_host *next; argument
124 struct node_host *tail; argument
205 struct node_host *host;
309 void set_ipmask(struct node_host *, u_int8_t);
310 int check_netmask(struct node_host *, sa_family_t);
314 struct node_host *ifa_exists(const char *);
315 struct node_host *ifa_lookup(const char *, int);
316 struct node_host *host(const char *);
320 struct node_host *, int, int);
HDpfctl_parser.c71 int ifa_skip_if(const char *filter, struct node_host *p);
73 struct node_host *ifa_grouplookup(const char *, int);
74 struct node_host *host_if(const char *, int);
75 struct node_host *host_v4(const char *, int);
76 struct node_host *host_v6(const char *, int);
77 struct node_host *host_dns(const char *, int, int);
1043 struct node_host *h; in print_tabledef()
1092 set_ipmask(struct node_host *h, u_int8_t b) in set_ipmask()
1117 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
1119 struct node_host *n = NULL; in check_netmask()
[all …]
HDparse.y195 struct node_host *host;
244 struct node_host *addr;
308 int disallow_table(struct node_host *, const char *);
309 int disallow_urpf_failed(struct node_host *, const char *);
310 int disallow_alias(struct node_host *, const char *);
319 struct node_host *);
325 struct node_host *, struct node_port *, struct node_host *,
328 struct node_host *, struct node_proto *, struct node_os *,
329 struct node_host *, struct node_port *, struct node_host *,
346 void decide_address_family(struct node_host *, sa_family_t *);
[all …]
HDpfctl_optimize.c1230 struct node_host node_host; in add_opt_table() local
1246 memset(&node_host, 0, sizeof(node_host)); in add_opt_table()
1247 node_host.af = af; in add_opt_table()
1248 node_host.addr = addr->addr; in add_opt_table()
1252 &node_host.addr.v.a.addr, buf, sizeof(buf)), in add_opt_table()
1253 unmask(&node_host.addr.v.a.mask, af)); in add_opt_table()
1256 if (append_addr_host((*tbl)->pt_buf, &node_host, 0, 0)) { in add_opt_table()
1267 memcpy(ti->host, &node_host, sizeof(*ti->host)); in add_opt_table()