Lines Matching defs:interfaces
4278 expand_queue(char *qname, struct node_if *interfaces, struct queue_opts *opts)
4282 LOOP_THROUGH(struct node_if, interface, interfaces,
4338 FREE_LIST(struct node_if, interfaces);
4480 yyerror("multiple tables or dynamic interfaces "
4619 expand_rule(struct pf_rule *r, int keeprule, struct node_if *interfaces,
4652 LOOP_THROUGH(struct node_if, interface, interfaces,
4812 yyerror ("dynamic interfaces must be used with "
4898 FREE_LIST(struct node_if, interfaces);
4920 expand_skip_interface(struct node_if *interfaces)
4924 if (!interfaces || (!interfaces->next && !interfaces->not &&
4925 !strcmp(interfaces->ifname, "none"))) {
4934 LOOP_THROUGH(struct node_if, interface, interfaces,
4950 FREE_LIST(struct node_if, interfaces);