sbin/pfctl/parse.y
120
struct node_port *next;
sbin/pfctl/parse.y
121
struct node_port *tail;
sbin/pfctl/parse.y
184
struct node_port *port;
sbin/pfctl/parse.y
3348
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
3372
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
3387
$$ = calloc(1, sizeof(struct node_port));
sbin/pfctl/parse.y
414
struct node_port *);
sbin/pfctl/parse.y
417
struct node_host *, struct node_port *, struct node_host *,
sbin/pfctl/parse.y
418
struct node_port *, u_int8_t);
sbin/pfctl/parse.y
423
struct redirspec *, int, struct node_port *);
sbin/pfctl/parse.y
427
struct node_os *, struct node_host *, struct node_port *,
sbin/pfctl/parse.y
428
struct node_host *, struct node_port *, struct node_uid *,
sbin/pfctl/parse.y
4699
struct node_port *port)
sbin/pfctl/parse.y
476
struct node_port *port;
sbin/pfctl/parse.y
4764
struct node_host *src_host, struct node_port *src_port,
sbin/pfctl/parse.y
4765
struct node_host *dst_host, struct node_port *dst_port,
sbin/pfctl/parse.y
5048
int isrdr, struct node_port *np)
sbin/pfctl/parse.y
5122
struct node_host *src_hosts, struct node_port *src_ports,
sbin/pfctl/parse.y
5123
struct node_host *dst_hosts, struct node_port *dst_ports,
sbin/pfctl/parse.y
5157
LOOP_THROUGH(struct node_port, src_port, src_ports,
sbin/pfctl/parse.y
5158
LOOP_THROUGH(struct node_port, dst_port, dst_ports,
sbin/pfctl/parse.y
5401
FREE_LIST(struct node_port, src_ports);
sbin/pfctl/parse.y
5404
FREE_LIST(struct node_port, dst_ports);