Symbol: node_if
dist/pf/sbin/pfctl/parse.y
1045
struct node_if *i, *j;
dist/pf/sbin/pfctl/parse.y
1062
j = calloc(1, sizeof(struct node_if));
dist/pf/sbin/pfctl/parse.y
2319
$$ = calloc(1, sizeof(struct node_if));
dist/pf/sbin/pfctl/parse.y
283
void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
dist/pf/sbin/pfctl/parse.y
288
int expand_altq(struct pf_altq *, struct node_if *, struct node_queue *,
dist/pf/sbin/pfctl/parse.y
290
int expand_queue(struct pf_altq *, struct node_if *, struct node_queue *,
dist/pf/sbin/pfctl/parse.y
292
int expand_skip_interface(struct node_if *);
dist/pf/sbin/pfctl/parse.y
350
struct node_if *interface;
dist/pf/sbin/pfctl/parse.y
4392
expand_altq(struct pf_altq *a, struct node_if *interfaces,
dist/pf/sbin/pfctl/parse.y
4403
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4408
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4494
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4501
expand_queue(struct pf_altq *a, struct node_if *interfaces,
dist/pf/sbin/pfctl/parse.y
4521
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4633
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4648
struct node_if *interfaces, struct node_host *rpool_hosts,
dist/pf/sbin/pfctl/parse.y
4676
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4812
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/parse.y
4829
expand_skip_interface(struct node_if *interfaces)
dist/pf/sbin/pfctl/parse.y
4843
LOOP_THROUGH(struct node_if, interface, interfaces,
dist/pf/sbin/pfctl/parse.y
4856
FREE_LIST(struct node_if, interfaces);
dist/pf/sbin/pfctl/pfctl_parser.h
109
struct node_if *next;
dist/pf/sbin/pfctl/pfctl_parser.h
110
struct node_if *tail;