Lines Matching refs:node_host

200 	struct node_host	*host;
253 struct node_host *addr;
317 int disallow_table(struct node_host *, const char *);
318 int disallow_urpf_failed(struct node_host *, const char *);
319 int disallow_alias(struct node_host *, const char *);
328 struct node_host *);
334 struct node_host *, struct node_port *, struct node_host *,
337 struct node_host *, struct node_proto *, struct node_os *,
338 struct node_host *, struct node_port *, struct node_host *,
355 void decide_address_family(struct node_host *, sa_family_t *);
356 void remove_invalid_hosts(struct node_host **, sa_family_t *);
357 int invalid_redirect(struct node_host *, sa_family_t);
392 struct node_host *host;
404 struct node_host *host;
411 struct node_host *host;
1243 struct node_host *h = NULL, *hh;
1385 struct node_host *h, *nh;
1448 struct node_host *n;
2832 struct node_host *n;
3009 struct node_host *n;
3016 $$ = calloc(1, sizeof(struct node_host));
3025 $$ = calloc(1, sizeof(struct node_host));
3046 struct node_host *b, *e;
3112 struct node_host *n;
3128 $$ = calloc(1, sizeof(struct node_host));
3189 $$ = calloc(1, sizeof(struct node_host));
4408 $$ = calloc(1, sizeof(struct node_host));
4417 struct node_host *n;
4577 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
4588 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
4599 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
4861 struct node_host *h) in expand_label_addr()
4976 struct node_host *src_host, struct node_port *src_port, in expand_label()
4977 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
5244 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5246 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5247 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5258 struct node_host *h; in expand_rule()
5275 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
5278 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
5410 FREE_LIST(struct node_host, src_hosts); in expand_rule()
5413 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
5418 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
6098 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
6112 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
6114 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
6119 struct node_host *next = n->next; in remove_invalid_hosts()
6144 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
6147 struct node_host *n; in invalid_redirect()