Searched refs:i_n (Results 1 – 1 of 1) sorted by relevance
549 int_node *i_n; in dump_config_tree() local632 i_n = HEAD_PFIFO(ptree->stats_list); in dump_config_tree()633 if (i_n != NULL) { in dump_config_tree()635 for ( ; i_n != NULL; i_n = i_n->link) in dump_config_tree()636 fprintf(df, " %s", keyword(i_n->i)); in dump_config_tree()1133 i_n = HEAD_PFIFO(ptree->ttl); in dump_config_tree()1134 if (i_n != NULL) { in dump_config_tree()1136 for( ; i_n != NULL; i_n = i_n->link) in dump_config_tree()1137 fprintf(df, " %d", i_n->i); in dump_config_tree()1362 int_node *i_n; in create_int_node() local[all …]