Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dpfctl_parser.h117 struct node_if { struct
122 struct node_if *next; argument
123 struct node_if *tail; argument
H A Dparse.y375 int expand_skip_interface(struct node_if *);
422 struct node_if *interface;
1571 struct node_if *i, *j;
1589 j = calloc(1, sizeof(struct node_if));
3249 $$ = calloc(1, sizeof(struct node_if));
5661 FREE_LIST(struct node_if, interfaces); in expand_altq()
5755 FREE_LIST(struct node_if, interfaces); in expand_altq()
5891 FREE_LIST(struct node_if, interfaces); in expand_queue()
5977 FREE_LIST(struct node_if, interfaces); in expand_eth_rule()
6163 FREE_LIST(struct node_if, interfaces); in expand_rule()
[all …]