Lines Matching refs:node_host

195 	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 *);
347 void remove_invalid_hosts(struct node_host **, sa_family_t *);
348 int invalid_redirect(struct node_host *, sa_family_t);
381 struct node_host *host;
393 struct node_host *host;
400 struct node_host *host;
1206 struct node_host *h = NULL, *hh;
1348 struct node_host *h, *nh;
1411 struct node_host *n;
2721 struct node_host *n;
2898 struct node_host *n;
2905 $$ = calloc(1, sizeof(struct node_host));
2914 $$ = calloc(1, sizeof(struct node_host));
2935 struct node_host *b, *e;
3001 struct node_host *n;
3017 $$ = calloc(1, sizeof(struct node_host));
3078 $$ = calloc(1, sizeof(struct node_host));
4295 $$ = calloc(1, sizeof(struct node_host));
4450 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
4461 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
4472 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
4721 struct node_host *h) in expand_label_addr()
4836 struct node_host *src_host, struct node_port *src_port, in expand_label()
4837 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
5104 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5106 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5107 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5118 struct node_host *h; in expand_rule()
5135 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
5138 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
5270 FREE_LIST(struct node_host, src_hosts); in expand_rule()
5273 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
5278 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
5953 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
5967 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
5969 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
5974 struct node_host *next = n->next; in remove_invalid_hosts()
5999 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
6002 struct node_host *n; in invalid_redirect()