Lines Matching refs:node_host
212 struct node_host *host;
249 struct node_host *host;
305 struct node_host *addr;
371 int disallow_table(struct node_host *, const char *);
372 int disallow_urpf_failed(struct node_host *, const char *);
373 int disallow_alias(struct node_host *, const char *);
391 struct node_host *, struct node_host *, const char *,
396 int check_binat_redirspec(struct node_host *, struct pfctl_rule *, int);
398 struct node_host *, struct pfctl_rule *, struct redirspec **,
399 struct node_host **);
402 struct node_proto *, struct node_os *, struct node_host *,
403 struct node_port *, struct node_host *, struct node_port *,
422 void decide_address_family(struct node_host *, sa_family_t *);
423 void remove_invalid_hosts(struct node_host **, sa_family_t *);
424 int invalid_redirect(struct node_host *, sa_family_t);
460 struct node_host *host;
1571 struct node_host *h = NULL, *hh;
1720 struct node_host *h, *nh;
1783 struct node_host *n;
3274 struct node_host *n;
3608 struct node_host *n;
3615 $$ = calloc(1, sizeof(struct node_host));
3624 $$ = calloc(1, sizeof(struct node_host));
3645 struct node_host *b, *e;
3712 struct node_host *n;
3728 $$ = calloc(1, sizeof(struct node_host));
3789 $$ = calloc(1, sizeof(struct node_host));
5048 $$ = calloc(1, sizeof(struct node_host));
5061 struct node_host *n;
5226 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
5237 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
5248 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
5970 struct node_host *ipsrcs, struct node_host *ipdsts, in expand_eth_rule()
5989 LOOP_THROUGH(struct node_host, ipsrc, ipsrcs, in expand_eth_rule()
5990 LOOP_THROUGH(struct node_host, ipdst, ipdsts, in expand_eth_rule()
6032 FREE_LIST(struct node_host, ipsrcs); in expand_eth_rule()
6033 FREE_LIST(struct node_host, ipdsts); in expand_eth_rule()
6117 struct node_host *h; in apply_redirspec()
6175 check_binat_redirspec(struct node_host *src_host, struct pfctl_rule *r, int af) in check_binat_redirspec()
6242 struct redirspec *binat_nat_redirspec, struct node_host *binat_src_host, in add_binat_rdr_rule()
6244 struct node_host **rdr_dst_host) in add_binat_rdr_rule()
6246 struct node_host *rdr_src_host; in add_binat_rdr_rule()
6286 struct node_os *src_oses, struct node_host *src_hosts, in expand_rule()
6287 struct node_port *src_ports, struct node_host *dst_hosts, in expand_rule()
6297 struct node_host *osrch, *odsth; in expand_rule()
6314 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
6315 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
6468 struct node_host *rdr_dst_host; in expand_rule()
6494 FREE_LIST(struct node_host, src_hosts); in expand_rule()
6497 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
6503 FREE_LIST(struct node_host, nat->host); in expand_rule()
6507 FREE_LIST(struct node_host, rdr->host); in expand_rule()
6511 FREE_LIST(struct node_host, route->host); in expand_rule()
6557 freehostlist(struct node_host *h) in freehostlist()
6559 FREE_LIST(struct node_host, h); in freehostlist()
7263 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
7277 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
7279 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
7284 struct node_host *next = n->next; in remove_invalid_hosts()
7309 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
7312 struct node_host *n; in invalid_redirect()