Searched refs:visited (Results 1 – 3 of 3) sorted by relevance
103 graph_node->visited = false; in graph_mark_nodes_as_not_visited()122 start->visited = true; in graph_bfs()127 if (tmp->visited == false) { in graph_bfs()129 tmp->visited = true; in graph_bfs()161 if (graph_node->visited == false) in graph_has_isolated_node()
69 bool visited; /**< Flag used in BFS to mark node visited. */ member
68 whether its id is a member of the set of visited nodes, and if it is, then a134 set to capture the node IDs that have been visited so far by the packet. Each