Lines Matching refs:node_host
160 struct node_host *host;
264 int disallow_table(struct node_host *, const char *);
265 int disallow_urpf_failed(struct node_host *, const char *);
266 int disallow_alias(struct node_host *, const char *);
276 struct node_host *);
280 void expand_label(char *, size_t, const char *, u_int8_t, struct node_host *,
281 struct node_port *, struct node_host *, struct node_port *,
283 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
284 struct node_proto *, struct node_os*, struct node_host *,
285 struct node_port *, struct node_host *, struct node_port *,
319 void decide_address_family(struct node_host *, sa_family_t *);
320 void remove_invalid_hosts(struct node_host **, sa_family_t *);
321 int invalid_redirect(struct node_host *, sa_family_t);
353 struct node_host *host;
365 struct node_host *host;
372 struct node_host *host;
1044 struct node_host *h = NULL, *hh;
1185 struct node_host *h, *nh;
1246 struct node_host *n;
2317 struct node_host *n;
2485 struct node_host *n;
2492 $$ = calloc(1, sizeof(struct node_host));
2501 $$ = calloc(1, sizeof(struct node_host));
2537 struct node_host *n;
2549 $$ = calloc(1, sizeof(struct node_host));
2562 $$ = calloc(1, sizeof(struct node_host));
2629 $$ = calloc(1, sizeof(struct node_host));
3851 $$ = calloc(1, sizeof(struct node_host));
3999 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
4010 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
4021 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
4263 struct node_host *h) in expand_label_addr()
4378 struct node_host *src_host, struct node_port *src_port, in expand_label()
4379 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
4648 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
4650 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
4651 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
4662 struct node_host *h; in expand_rule()
4679 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
4682 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
4814 FREE_LIST(struct node_host, src_hosts); in expand_rule()
4817 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
4822 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
5359 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
5373 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
5375 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
5380 struct node_host *next = n->next; in remove_invalid_hosts()
5405 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
5408 struct node_host *n; in invalid_redirect()