Home | History | Annotate | Download | only in pfctl

Lines Matching refs:node_host

160 	struct node_host	*host;
264 int disallow_table(struct node_host *, const char *);
265 int disallow_urpf_failed(struct node_host *, const char *);
266 int disallow_alias(struct node_host *, const char *);
276 struct node_host *);
280 void expand_label(char *, size_t, const char *, u_int8_t, struct node_host *,
281 struct node_port *, struct node_host *, struct node_port *,
283 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
284 struct node_proto *, struct node_os*, struct node_host *,
285 struct node_port *, struct node_host *, struct node_port *,
319 void decide_address_family(struct node_host *, sa_family_t *);
320 void remove_invalid_hosts(struct node_host **, sa_family_t *);
321 int invalid_redirect(struct node_host *, sa_family_t);
353 struct node_host *host;
365 struct node_host *host;
372 struct node_host *host;
1044 struct node_host *h = NULL, *hh;
1185 struct node_host *h, *nh;
1246 struct node_host *n;
2317 struct node_host *n;
2485 struct node_host *n;
2492 $$ = calloc(1, sizeof(struct node_host));
2501 $$ = calloc(1, sizeof(struct node_host));
2537 struct node_host *n;
2549 $$ = calloc(1, sizeof(struct node_host));
2562 $$ = calloc(1, sizeof(struct node_host));
2629 $$ = calloc(1, sizeof(struct node_host));
3851 $$ = calloc(1, sizeof(struct node_host));
3999 disallow_table(struct node_host *h, const char *fmt)
4010 disallow_urpf_failed(struct node_host *h, const char *fmt)
4021 disallow_alias(struct node_host *h, const char *fmt)
4263 struct node_host *h)
4378 struct node_host *src_host, struct node_port *src_port,
4379 struct node_host *dst_host, struct node_port *dst_port,
4648 struct node_if *interfaces, struct node_host *rpool_hosts,
4650 struct node_host *src_hosts, struct node_port *src_ports,
4651 struct node_host *dst_hosts, struct node_port *dst_ports,
4662 struct node_host *h;
4679 LOOP_THROUGH(struct node_host, src_host, src_hosts,
4682 LOOP_THROUGH(struct node_host, dst_host, dst_hosts,
4814 FREE_LIST(struct node_host, src_hosts);
4817 FREE_LIST(struct node_host, dst_hosts);
4822 FREE_LIST(struct node_host, rpool_hosts);
5359 decide_address_family(struct node_host *n, sa_family_t *af)
5373 remove_invalid_hosts(struct node_host **nh, sa_family_t *af)
5375 struct node_host *n = *nh, *prev = NULL;
5380 struct node_host *next = n->next;
5405 invalid_redirect(struct node_host *nh, sa_family_t af)
5408 struct node_host *n;