sbin/pfctl/parse.y
152
struct node_port *next;
sbin/pfctl/parse.y
153
struct node_port *tail;
sbin/pfctl/parse.y
216
struct node_port *port;
sbin/pfctl/parse.y
4307
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
4330
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
4349
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
459
struct node_port *, struct node_host *, struct node_port *,
sbin/pfctl/parse.y
521
struct node_port *port;
sbin/pfctl/parse.y
6818
struct node_port *src_ports, struct node_host *dst_hosts,
sbin/pfctl/parse.y
6819
struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids,
sbin/pfctl/parse.y
6847
LOOP_THROUGH(struct node_port, src_port, src_ports,
sbin/pfctl/parse.y
6848
LOOP_THROUGH(struct node_port, dst_port, dst_ports,
sbin/pfctl/parse.y
7025
FREE_LIST(struct node_port, src_ports);
sbin/pfctl/parse.y
7028
FREE_LIST(struct node_port, dst_ports);