Searched refs:node_proto (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/dist/pf/sbin/pfctl/ |
H A D | parse.y | 90 struct node_proto { struct 92 struct node_proto *next; argument 93 struct node_proto *tail; argument 284 struct node_proto *, struct node_os*, struct node_host *, 351 struct node_proto *proto; 1666 struct node_proto *proto; 2385 $$ = calloc(1, sizeof(struct node_proto)); 4649 struct node_proto *protos, struct node_os *src_oses, in expand_rule() 4677 LOOP_THROUGH(struct node_proto, proto, protos, in expand_rule() 4813 FREE_LIST(struct node_proto, protos); in expand_rule()
|