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

/freebsd-12-stable/sbin/pfctl/
H A Dpfctl_parser.h111 struct node_if { struct
116 struct node_if *next;
117 struct node_if *tail;
H A Dparse.y340 void expand_rule(struct pfctl_rule *, struct node_if *,
345 int expand_altq(struct pf_altq *, struct node_if *,
348 int expand_queue(struct pf_altq *, struct node_if *,
351 int expand_skip_interface(struct node_if *);
393 struct node_if *interface;
1252 struct node_if *i, *j;
1269 j = calloc(1, sizeof(struct node_if));
2844 $$ = calloc(1, sizeof(struct node_if));
5053 expand_altq(struct pf_altq *a, struct node_if *interfaces,
5064 FREE_LIST(struct node_if, interface
[all...]

Completed in 62 milliseconds