Lines Matching refs:node_host

201 	struct node_host	*host;
256 struct node_host *addr;
324 int disallow_table(struct node_host *, const char *);
325 int disallow_urpf_failed(struct node_host *, const char *);
326 int disallow_alias(struct node_host *, const char *);
342 struct node_host *, struct node_proto *, struct node_os *,
343 struct node_host *, struct node_port *, struct node_host *,
360 void decide_address_family(struct node_host *, sa_family_t *);
361 void remove_invalid_hosts(struct node_host **, sa_family_t *);
362 int invalid_redirect(struct node_host *, sa_family_t);
397 struct node_host *host;
409 struct node_host *host;
416 struct node_host *host;
1314 struct node_host *h = NULL, *hh;
1462 struct node_host *h, *nh;
1525 struct node_host *n;
2915 struct node_host *n;
3092 struct node_host *n;
3099 $$ = calloc(1, sizeof(struct node_host));
3108 $$ = calloc(1, sizeof(struct node_host));
3129 struct node_host *b, *e;
3195 struct node_host *n;
3211 $$ = calloc(1, sizeof(struct node_host));
3272 $$ = calloc(1, sizeof(struct node_host));
4544 $$ = calloc(1, sizeof(struct node_host));
4557 struct node_host *n;
4722 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
4733 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
4744 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
5389 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5391 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5392 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5403 struct node_host *h; in expand_rule()
5420 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
5423 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
5546 FREE_LIST(struct node_host, src_hosts); in expand_rule()
5549 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
5554 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
6239 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
6253 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
6255 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
6260 struct node_host *next = n->next; in remove_invalid_hosts()
6285 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
6288 struct node_host *n; in invalid_redirect()