Lines Matching refs:node_host
215 struct node_host *host;
253 struct node_host *host;
316 struct node_host *addr;
427 int disallow_table(struct node_host *, const char *);
428 int disallow_urpf_failed(struct node_host *, const char *);
429 int disallow_alias(struct node_host *, const char *);
447 struct node_host *, struct node_host *, const char *,
452 int check_binat_redirspec(struct node_host *, struct pfctl_rule *, sa_family_t);
454 struct node_host *, struct pfctl_rule *, struct redirspec **,
455 struct node_host **);
458 struct node_proto *, struct node_os *, struct node_host *,
459 struct node_port *, struct node_host *, struct node_port *,
480 void decide_address_family(struct node_host *, sa_family_t *);
481 void remove_invalid_hosts(struct node_host **, sa_family_t *);
482 int invalid_redirect(struct node_host *, sa_family_t);
519 struct node_host *host;
1613 struct node_host *h = NULL, *hh;
1762 struct node_host *h, *nh;
1825 struct node_host *n;
3758 struct node_host *n;
4092 struct node_host *n;
4099 $$ = calloc(1, sizeof(struct node_host));
4108 $$ = calloc(1, sizeof(struct node_host));
4129 struct node_host *b, *e;
4196 struct node_host *n;
4212 $$ = calloc(1, sizeof(struct node_host));
4273 $$ = calloc(1, sizeof(struct node_host));
5547 $$ = calloc(1, sizeof(struct node_host));
5560 struct node_host *n;
5718 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
5729 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
5740 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
6499 struct node_host *ipsrcs, struct node_host *ipdsts, in expand_eth_rule()
6518 LOOP_THROUGH(struct node_host, ipsrc, ipsrcs, in expand_eth_rule()
6519 LOOP_THROUGH(struct node_host, ipdst, ipdsts, in expand_eth_rule()
6561 FREE_LIST(struct node_host, ipsrcs); in expand_eth_rule()
6562 FREE_LIST(struct node_host, ipdsts); in expand_eth_rule()
6646 struct node_host *h; in apply_redirspec()
6705 check_binat_redirspec(struct node_host *src_host, struct pfctl_rule *r, in check_binat_redirspec()
6773 struct redirspec *binat_nat_redirspec, struct node_host *binat_src_host, in add_binat_rdr_rule()
6775 struct node_host **rdr_dst_host) in add_binat_rdr_rule()
6777 struct node_host *rdr_src_host; in add_binat_rdr_rule()
6817 struct node_os *src_oses, struct node_host *src_hosts, in expand_rule()
6818 struct node_port *src_ports, struct node_host *dst_hosts, in expand_rule()
6828 struct node_host *osrch, *odsth; in expand_rule()
6845 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
6846 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
6999 struct node_host *rdr_dst_host; in expand_rule()
7024 FREE_LIST(struct node_host, src_hosts); in expand_rule()
7027 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
7033 FREE_LIST(struct node_host, nat->host); in expand_rule()
7037 FREE_LIST(struct node_host, rdr->host); in expand_rule()
7041 FREE_LIST(struct node_host, route->host); in expand_rule()
7087 freehostlist(struct node_host *h) in freehostlist()
7089 FREE_LIST(struct node_host, h); in freehostlist()
7859 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
7873 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
7875 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
7880 struct node_host *next = n->next; in remove_invalid_hosts()
7905 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
7908 struct node_host *n; in invalid_redirect()