Symbol: node_if
usr.sbin/pfctl/parse.y
1197
struct node_if *i, *j;
usr.sbin/pfctl/parse.y
1214
j = calloc(1, sizeof(struct node_if));
usr.sbin/pfctl/parse.y
2634
$$ = calloc(1, sizeof(struct node_if));
usr.sbin/pfctl/parse.y
322
void expand_rule(struct pf_rule *, struct node_if *,
usr.sbin/pfctl/parse.y
327
int expand_altq(struct pf_altq *, struct node_if *,
usr.sbin/pfctl/parse.y
330
int expand_queue(struct pf_altq *, struct node_if *,
usr.sbin/pfctl/parse.y
333
int expand_skip_interface(struct node_if *);
usr.sbin/pfctl/parse.y
372
struct node_if *interface;
usr.sbin/pfctl/parse.y
4800
expand_altq(struct pf_altq *a, struct node_if *interfaces,
usr.sbin/pfctl/parse.y
4811
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
4816
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
4903
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
4910
expand_queue(struct pf_altq *a, struct node_if *interfaces,
usr.sbin/pfctl/parse.y
4930
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5038
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
5053
struct node_if *interfaces, struct node_host *rpool_hosts,
usr.sbin/pfctl/parse.y
5081
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5217
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/parse.y
5234
expand_skip_interface(struct node_if *interfaces)
usr.sbin/pfctl/parse.y
5248
LOOP_THROUGH(struct node_if, interface, interfaces,
usr.sbin/pfctl/parse.y
5261
FREE_LIST(struct node_if, interfaces);
usr.sbin/pfctl/pfctl_parser.h
108
struct node_if *next;
usr.sbin/pfctl/pfctl_parser.h
109
struct node_if *tail;