Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sbin/pfctl/ |
| HD | pfctl_parser.h | 105 struct node_if { struct 110 struct node_if *next; argument 111 struct node_if *tail; argument
|
| HD | parse.y | 327 void expand_rule(struct pf_rule *, struct node_if *, 332 int expand_altq(struct pf_altq *, struct node_if *, 335 int expand_queue(struct pf_altq *, struct node_if *, 338 int expand_skip_interface(struct node_if *); 378 struct node_if *interface; 1207 struct node_if *i, *j; 1224 j = calloc(1, sizeof(struct node_if)); 2723 $$ = calloc(1, sizeof(struct node_if)); 4850 expand_altq(struct pf_altq *a, struct node_if *interfaces, in expand_altq() 4861 FREE_LIST(struct node_if, interfaces); in expand_altq() [all …]
|