Home
last modified time | relevance | path

Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sbin/pfctl/
H A Dpfctl_parser.h107 struct node_if { struct
112 struct node_if *next; argument
113 struct node_if *tail; argument
H A Dparse.y341 int expand_altq(struct pf_altq *, struct node_if *,
347 int expand_skip_interface(struct node_if *);
389 struct node_if *interface;
1244 struct node_if *i, *j;
1261 j = calloc(1, sizeof(struct node_if));
2834 $$ = calloc(1, sizeof(struct node_if));
5001 FREE_LIST(struct node_if, interfaces); in expand_altq()
5093 FREE_LIST(struct node_if, interfaces); in expand_altq()
5229 FREE_LIST(struct node_if, interfaces); in expand_queue()
5408 FREE_LIST(struct node_if, interfaces); in expand_rule()
[all …]