Lines Matching refs:node_host

206 	struct node_host	*host;
272 struct node_host *addr;
342 int disallow_table(struct node_host *, const char *);
343 int disallow_urpf_failed(struct node_host *, const char *);
344 int disallow_alias(struct node_host *, const char *);
362 struct node_host *, struct node_host *, const char *,
365 struct node_host *, struct node_proto *, struct node_os *,
366 struct node_host *, struct node_port *, struct node_host *,
385 void decide_address_family(struct node_host *, sa_family_t *);
386 void remove_invalid_hosts(struct node_host **, sa_family_t *);
387 int invalid_redirect(struct node_host *, sa_family_t);
426 struct node_host *host;
447 struct node_host *host;
454 struct node_host *host;
1570 struct node_host *h = NULL, *hh;
1718 struct node_host *h, *nh;
1781 struct node_host *n;
3247 struct node_host *n;
3570 struct node_host *n;
3577 $$ = calloc(1, sizeof(struct node_host));
3586 $$ = calloc(1, sizeof(struct node_host));
3607 struct node_host *b, *e;
3673 struct node_host *n;
3689 $$ = calloc(1, sizeof(struct node_host));
3750 $$ = calloc(1, sizeof(struct node_host));
5046 $$ = calloc(1, sizeof(struct node_host));
5059 struct node_host *n;
5224 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
5235 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
5246 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
5919 struct node_host *ipsrcs, struct node_host *ipdsts, in expand_eth_rule()
5938 LOOP_THROUGH(struct node_host, ipsrc, ipsrcs, in expand_eth_rule()
5939 LOOP_THROUGH(struct node_host, ipdst, ipdsts, in expand_eth_rule()
5981 FREE_LIST(struct node_host, ipsrcs); in expand_eth_rule()
5982 FREE_LIST(struct node_host, ipdsts); in expand_eth_rule()
5987 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5989 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5990 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
6001 struct node_host *h, *osrch, *odsth; in expand_rule()
6018 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
6021 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
6165 FREE_LIST(struct node_host, src_hosts); in expand_rule()
6168 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
6173 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
6874 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
6888 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
6890 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
6895 struct node_host *next = n->next; in remove_invalid_hosts()
6920 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
6923 struct node_host *n; in invalid_redirect()