Lines Matching refs:node_proto
143 struct node_proto { struct
145 struct node_proto *next; argument
146 struct node_proto *tail; argument
458 struct node_proto *, struct node_os *, struct node_host *,
516 struct node_proto *proto;
1063 struct node_proto *proto;
2807 struct node_proto *proto;
3816 $$ = calloc(1, sizeof(struct node_proto));
3866 $$ = calloc(1, sizeof(struct node_proto));
6816 struct node_proto *protos, in expand_rule()
6843 LOOP_THROUGH(struct node_proto, proto, protos, in expand_rule()
7023 FREE_LIST(struct node_proto, protos); in expand_rule()