Searched refs:node_port (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 96 struct node_port { struct 99 struct node_port *next; argument 100 struct node_port *tail; argument 161 struct node_port *port; 277 void expand_label_port(const char *, char *, size_t, struct node_port *); 281 struct node_port *, struct node_host *, struct node_port *, 285 struct node_port *, struct node_host *, struct node_port *, 355 struct node_port *port; 2663 $$ = calloc(1, sizeof(struct node_port)); 2681 $$ = calloc(1, sizeof(struct node_port)); [all …]
|