Lines Matching refs:node_host

148 	struct node_host	*host;
245 int disallow_table(struct node_host *, const char *);
255 struct node_host *);
259 void expand_label(char *, size_t, const char *, u_int8_t, struct node_host *,
260 struct node_port *, struct node_host *, struct node_port *,
262 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
263 struct node_proto *, struct node_os*, struct node_host *,
264 struct node_port *, struct node_host *, struct node_port *,
295 void decide_address_family(struct node_host *, sa_family_t *);
296 void remove_invalid_hosts(struct node_host **, sa_family_t *);
297 int invalid_redirect(struct node_host *, sa_family_t);
329 struct node_host *host;
341 struct node_host *host;
348 struct node_host *host;
883 struct node_host *h, *nh;
943 struct node_host *n;
1821 struct node_host *n;
1988 struct node_host *n;
1995 $$ = calloc(1, sizeof(struct node_host));
2034 $$ = calloc(1, sizeof(struct node_host));
3147 $$ = calloc(1, sizeof(struct node_host));
3305 disallow_table(struct node_host *h, const char *fmt) in disallow_table()
3545 struct node_host *h) in expand_label_addr()
3654 struct node_host *src_host, struct node_port *src_port, in expand_label()
3655 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
3920 struct node_if *interfaces, struct node_host *rpool_hosts, in expand_rule()
3922 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
3923 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
3933 struct node_host *h; in expand_rule()
3950 LOOP_THROUGH(struct node_host, src_host, src_hosts, in expand_rule()
3953 LOOP_THROUGH(struct node_host, dst_host, dst_hosts, in expand_rule()
4084 FREE_LIST(struct node_host, src_hosts); in expand_rule()
4087 FREE_LIST(struct node_host, dst_hosts); in expand_rule()
4092 FREE_LIST(struct node_host, rpool_hosts); in expand_rule()
4565 decide_address_family(struct node_host *n, sa_family_t *af) in decide_address_family()
4583 remove_invalid_hosts(struct node_host **nh, sa_family_t *af) in remove_invalid_hosts()
4585 struct node_host *n = *nh, *prev = NULL; in remove_invalid_hosts()
4590 struct node_host *next = n->next; in remove_invalid_hosts()
4615 invalid_redirect(struct node_host *nh, sa_family_t af) in invalid_redirect()
4618 struct node_host *n; in invalid_redirect()