Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sbin/pfctl/ |
| HD | pfctl_parser.h | 117 struct node_if { struct 122 struct node_if *next; argument 123 struct node_if *tail; argument
|
| HD | parse.y | 361 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 …]
|