Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 116 struct node_if { struct 121 struct node_if *next; argument 122 struct node_if *tail; argument
|
H A D | parse.y | 272 struct node_if *rcv; 380 struct node_if *, struct node_etherproto *, 384 void expand_rule(struct pfctl_rule *, struct node_if *, 389 struct node_if *, struct node_icmp *, const char *); 390 int expand_altq(struct pf_altq *, struct node_if *, 393 int expand_queue(struct pf_altq *, struct node_if *, 396 int expand_skip_interface(struct node_if *); 439 struct node_if *interface; 1586 struct node_if *i, *j; 1604 j = calloc(1, sizeof(struct node_if)); [all …]
|