Home
last modified time | relevance | path

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

/mirbsd/src/sbin/pfctl/
Dpfctl_parser.h77 struct node_if { struct
82 struct node_if *next; argument
83 struct node_if *tail; argument
Dparse.y262 void expand_rule(struct pf_rule *, struct node_if *, struct node_host *,
266 int expand_altq(struct pf_altq *, struct node_if *, struct node_queue *,
268 int expand_queue(struct pf_altq *, struct node_if *, struct node_queue *,
326 struct node_if *interface;
1828 $$ = calloc(1, sizeof(struct node_if));
3668 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
3679 FREE_LIST(struct node_if, interfaces); in expand_altq()
3684 LOOP_THROUGH(struct node_if, interface, interfaces, in expand_altq()
3770 FREE_LIST(struct node_if, interfaces); in expand_altq()
3777 expand_queue(struct pf_altq *a, struct node_if *interfaces, in expand_queue()
[all …]