Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 142 struct node_if { struct 147 struct node_if *next; argument 148 struct node_if *tail; argument
|
| H A D | parse.y | 284 struct node_if *rcv; 445 struct node_if *, struct node_etherproto *, 456 void expand_rule(struct pfctl_rule *, bool, struct node_if *, 460 struct node_uid *, struct node_gid *, struct node_if *, 462 int expand_altq(struct pf_altq *, struct node_if *, 465 int expand_queue(struct pf_altq *, struct node_if *, 468 int expand_skip_interface(struct node_if *); 515 struct node_if *interface; 1614 struct node_if *i, *j; 1632 j = calloc(1, sizeof(struct node_if)); [all …]
|