Lines Matching refs:node_host
199 struct node_host *host;
254 struct node_host *addr;
322 int disallow_table(struct node_host *, const char *);
323 int disallow_urpf_failed(struct node_host *, const char *);
324 int disallow_alias(struct node_host *, const char *);
340 struct node_host *, struct node_proto *, struct node_os *,
341 struct node_host *, struct node_port *, struct node_host *,
358 void decide_address_family(struct node_host *, sa_family_t *);
359 void remove_invalid_hosts(struct node_host **, sa_family_t *);
360 int invalid_redirect(struct node_host *, sa_family_t);
395 struct node_host *host;
407 struct node_host *host;
414 struct node_host *host;
1324 struct node_host *h = NULL, *hh;
1472 struct node_host *h, *nh;
1535 struct node_host *n;
2925 struct node_host *n;
3102 struct node_host *n;
3109 $$ = calloc(1, sizeof(struct node_host));
3118 $$ = calloc(1, sizeof(struct node_host));
3139 struct node_host *b, *e;
3205 struct node_host *n;
3221 $$ = calloc(1, sizeof(struct node_host));
3282 $$ = calloc(1, sizeof(struct node_host));
4570 $$ = calloc(1, sizeof(struct node_host));
4583 struct node_host *n;
4748 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
4759 disallow_urpf_failed(struct node_host *h, const char *fmt) in disallow_urpf_failed()
4770 disallow_alias(struct node_host *h, const char *fmt) in disallow_alias()
5417 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
5419 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5420 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5431 struct node_host *h, *osrch, *odsth; in expand_rule()
5448 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
5451 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
5595 FREE_LIST(struct node_host, src_hosts); in expand_rule()
5598 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
5603 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
6288 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
6302 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
6304 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
6309 struct node_host *next = n->next; in remove_invalid_hosts()
6334 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
6337 struct node_host *n; in invalid_redirect()