Home
last modified time | relevance | path

Searched refs:node_if (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h118 struct node_if { struct
123 struct node_if *next; argument
124 struct node_if *tail; argument
H A Dparse.y276 struct node_if *rcv;
390 struct node_if *, struct node_etherproto *,
401 void expand_rule(struct pfctl_rule *, bool, struct node_if *,
405 struct node_uid *, struct node_gid *, struct node_if *,
407 int expand_altq(struct pf_altq *, struct node_if *,
410 int expand_queue(struct pf_altq *, struct node_if *,
413 int expand_skip_interface(struct node_if *);
457 struct node_if *interface;
1573 struct node_if *i, *j;
1591 j = calloc(1, sizeof(struct node_if));
[all …]