Lines Matching refs:node_port
136 struct node_port { struct
139 struct node_port *next; argument
140 struct node_port *tail; argument
201 struct node_port *port;
330 struct node_port *);
334 struct node_host *, struct node_port *, struct node_host *,
335 struct node_port *, u_int8_t);
338 struct node_host *, struct node_port *, struct node_host *,
339 struct node_port *, struct node_uid *, struct node_gid *,
394 struct node_port *port;
3223 $$ = calloc(1, sizeof(struct node_port));
3241 $$ = calloc(1, sizeof(struct node_port));
3256 $$ = calloc(1, sizeof(struct node_port));
4917 struct node_port *port) in expand_label_port()
4976 struct node_host *src_host, struct node_port *src_port, in expand_label()
4977 struct node_host *dst_host, struct node_port *dst_port, in expand_label()
5246 struct node_host *src_hosts, struct node_port *src_ports, in expand_rule()
5247 struct node_host *dst_hosts, struct node_port *dst_ports, in expand_rule()
5276 LOOP_THROUGH(struct node_port, src_port, src_ports, in expand_rule()
5279 LOOP_THROUGH(struct node_port, dst_port, dst_ports, in expand_rule()
5411 FREE_LIST(struct node_port, src_ports); in expand_rule()
5414 FREE_LIST(struct node_port, dst_ports); in expand_rule()