Lines Matching defs:node_port
115 struct node_port {
118 struct node_port *next;
119 struct node_port *tail;
181 struct node_port *port;
359 struct node_port *);
362 struct node_host *, struct node_port *, struct node_host *,
363 struct node_port *, u_int8_t);
368 struct redirspec *, int, struct node_port *);
372 struct node_os *, struct node_host *, struct node_port *,
373 struct node_host *, struct node_port *, struct node_uid *,
421 struct node_port *port;
2848 $$ = calloc(1, sizeof(struct node_port));
2872 $$ = calloc(1, sizeof(struct node_port));
2887 $$ = calloc(1, sizeof(struct node_port));
4199 struct node_port *port)
4264 struct node_host *src_host, struct node_port *src_port,
4265 struct node_host *dst_host, struct node_port *dst_port,
4548 int isrdr, struct node_port *np)
4622 struct node_host *src_hosts, struct node_port *src_ports,
4623 struct node_host *dst_hosts, struct node_port *dst_ports,
4657 LOOP_THROUGH(struct node_port, src_port, src_ports,
4658 LOOP_THROUGH(struct node_port, dst_port, dst_ports,
4901 FREE_LIST(struct node_port, src_ports);
4904 FREE_LIST(struct node_port, dst_ports);