Lines Matching defs:node_proto
136 struct node_proto {
138 struct node_proto *next;
139 struct node_proto *tail;
388 struct node_proto *, struct node_os *, struct node_host *,
442 struct node_proto *proto;
953 struct node_proto *proto;
2365 struct node_proto *proto;
3409 $$ = calloc(1, sizeof(struct node_proto));
3459 $$ = calloc(1, sizeof(struct node_proto));
6166 struct node_host *route_hosts, struct node_proto *protos,
6194 LOOP_THROUGH(struct node_proto, proto, protos,
6385 FREE_LIST(struct node_proto, protos);