Lines Matching refs:node_host

180 	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 *, struct node_port *,
373 struct node_host *, struct node_port *, struct node_uid *,
384 void decide_address_family(struct node_host *, sa_family_t *);
385 int invalid_redirect(struct node_host *, sa_family_t);
419 struct node_host *host;
1084 struct node_host *h = NULL, *hh;
1227 struct node_host *h, *nh;
1289 struct node_host *n;
1342 struct node_host *n;
1360 struct node_host *n;
2409 struct node_host *n;
2607 struct node_host *n;
2614 $$ = calloc(1, sizeof(struct node_host));
2623 $$ = calloc(1, sizeof(struct node_host));
2654 struct node_host *b, *e;
2717 struct node_host *n;
2733 $$ = calloc(1, sizeof(struct node_host));
2746 $$ = calloc(1, sizeof(struct node_host));
2814 $$ = calloc(1, sizeof(struct node_host));
3537 struct node_host *n;
3554 struct node_host *n;
3564 struct node_host *n;
3815 disallow_table(struct node_host *h, const char *fmt)
3826 disallow_urpf_failed(struct node_host *h, const char *fmt)
3837 disallow_alias(struct node_host *h, const char *fmt)
4143 struct node_host *h)
4264 struct node_host *src_host, struct node_port *src_port,
4265 struct node_host *dst_host, struct node_port *dst_port,
4345 struct node_host *n;
4391 struct node_host *h, *hprev = NULL;
4622 struct node_host *src_hosts, struct node_port *src_ports,
4623 struct node_host *dst_hosts, struct node_port *dst_ports,
4634 struct node_host *srch, *dsth, *osrch, *odsth;
4655 LOOP_THROUGH(struct node_host, src_host, src_hosts,
4656 LOOP_THROUGH(struct node_host, dst_host, dst_hosts,
4900 FREE_LIST(struct node_host, src_hosts);
4903 FREE_LIST(struct node_host, dst_hosts);
4909 FREE_LIST(struct node_host, nat->rdr->host);
4911 FREE_LIST(struct node_host, rdr->rdr->host);
4959 freehostlist(struct node_host *h)
4961 struct node_host *n;
4966 FREE_LIST(struct node_host, h);
5663 decide_address_family(struct node_host *n, sa_family_t *af)
5677 invalid_redirect(struct node_host *nh, sa_family_t af)
5680 struct node_host *n;