Symbol: node_if
sbin/pfctl/parse.y
1151
struct node_if *i, *j;
sbin/pfctl/parse.y
1165
j = calloc(1, sizeof(struct node_if));
sbin/pfctl/parse.y
258
struct node_if *rcv;
sbin/pfctl/parse.y
2911
$$ = calloc(1, sizeof(struct node_if));
sbin/pfctl/parse.y
2931
$$ = calloc(1, sizeof(struct node_if));
sbin/pfctl/parse.y
2943
$$ = calloc(1, sizeof(struct node_if));
sbin/pfctl/parse.y
424
void expand_rule(struct pf_rule *, int, struct node_if *,
sbin/pfctl/parse.y
429
struct node_gid *, struct node_if *, struct node_icmp *);
sbin/pfctl/parse.y
430
int expand_queue(char *, struct node_if *, struct queue_opts *);
sbin/pfctl/parse.y
431
int expand_skip_interface(struct node_if *);
sbin/pfctl/parse.y
471
struct node_if *interface;
sbin/pfctl/parse.y
4778
expand_queue(char *qname, struct node_if *interfaces, struct queue_opts *opts)
sbin/pfctl/parse.y
4782
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
4838
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
5119
expand_rule(struct pf_rule *r, int keeprule, struct node_if *interfaces,
sbin/pfctl/parse.y
5124
struct node_uid *uids, struct node_gid *gids, struct node_if *rcv,
sbin/pfctl/parse.y
5152
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
5398
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/parse.y
5420
expand_skip_interface(struct node_if *interfaces)
sbin/pfctl/parse.y
5434
LOOP_THROUGH(struct node_if, interface, interfaces,
sbin/pfctl/parse.y
5450
FREE_LIST(struct node_if, interfaces);
sbin/pfctl/pfctl_parser.h
140
struct node_if *next;
sbin/pfctl/pfctl_parser.h
141
struct node_if *tail;