Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_parser.h117 struct node_if { struct
122 struct node_if *next; argument
123 struct node_if *tail; argument
HDparse.y361 struct node_if *, struct node_etherproto *,
365 void expand_rule(struct pfctl_rule *, struct node_if *,
370 int expand_altq(struct pf_altq *, struct node_if *,
373 int expand_queue(struct pf_altq *, struct node_if *,
376 int expand_skip_interface(struct node_if *);
423 struct node_if *interface;
1572 struct node_if *i, *j;
1590 j = calloc(1, sizeof(struct node_if));
3258 $$ = calloc(1, sizeof(struct node_if));
5667 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq()
[all …]