#include <tc_set.h>

Data Fields | |
| struct avl_node | vertex_node |
| union olsr_ip_addr | addr |
| struct avl_node | cand_tree_node |
| olsr_linkcost | path_cost |
| struct list_entity | path_list_node |
| struct avl_tree | edge_tree |
| struct avl_tree | prefix_tree |
| struct avl_tree | mid_tree |
| struct avl_tree | hna_tree |
| struct link_entry * | next_hop |
| struct olsr_timer_entry * | edge_gc_timer |
| struct olsr_timer_entry * | validity_timer |
| bool | virtual |
| int | tc_seq |
| int | mid_seq |
| int | hna_seq |
| uint8_t | msg_hops |
| uint8_t | hops |
| uint16_t | ansn |
Definition at line 73 of file tc_set.h.
| union olsr_ip_addr tc_entry::addr |
Definition at line 75 of file tc_set.h.
Referenced by build_mid_body(), build_topo_body(), internal_delete_tc_edge_entry(), ipc_print_tc_link(), mapwrite_work(), olsr_add_tc_edge_entry(), olsr_add_tc_entry(), olsr_alloc_rt_path(), olsr_calculate_routing_table(), olsr_change_myself_tc(), olsr_delete_hna_net(), olsr_delete_mid_entry(), olsr_delete_tc_entry(), olsr_expire_hna_net_entry(), olsr_expire_tc_edge_gc(), olsr_expire_tc_entry(), olsr_flush_hna_nets(), olsr_flush_nbr2_duplicates(), olsr_lookup_main_addr_by_alias(), olsr_print_hna_set(), olsr_print_mid_set(), olsr_print_tc_table(), olsr_spf_add_cand_tree(), olsr_spf_add_path_list(), olsr_spf_del_cand_tree(), olsr_spf_relax(), olsr_tc_edge_to_string(), olsr_update_hna_entry(), pcf_event(), txtinfo_hna(), txtinfo_mid(), and txtinfo_topology().
| uint16_t tc_entry::ansn |
Definition at line 92 of file tc_set.h.
Referenced by delete_outdated_tc_edges(), olsr_delete_tc_entry(), and olsr_input_tc().
| struct avl_node tc_entry::cand_tree_node |
Definition at line 76 of file tc_set.h.
Referenced by olsr_calculate_routing_table(), olsr_spf_add_cand_tree(), olsr_spf_del_cand_tree(), and olsr_spf_extract_best().
Definition at line 84 of file tc_set.h.
Referenced by olsr_delete_tc_entry(), olsr_expire_tc_edge_gc(), and olsr_input_tc().
| struct avl_tree tc_entry::edge_tree |
Definition at line 79 of file tc_set.h.
Referenced by internal_delete_tc_edge_entry(), olsr_add_tc_edge_entry(), olsr_add_tc_entry(), olsr_delete_tc_entry(), olsr_flush_hna_nets(), and olsr_lookup_tc_edge().
Definition at line 89 of file tc_set.h.
Referenced by olsr_add_tc_entry(), olsr_input_hna(), and olsr_prune_hna_entries().
| struct avl_tree tc_entry::hna_tree |
Definition at line 82 of file tc_set.h.
Referenced by olsr_add_hna_net(), olsr_add_tc_entry(), olsr_delete_hna_net(), and olsr_lookup_hna_net().
| uint8_t tc_entry::hops |
Definition at line 91 of file tc_set.h.
Referenced by olsr_calculate_routing_table(), olsr_spf_relax(), and olsr_update_rt_path().
Definition at line 88 of file tc_set.h.
Referenced by olsr_add_tc_entry(), and olsr_input_mid().
| struct avl_tree tc_entry::mid_tree |
Definition at line 81 of file tc_set.h.
Referenced by build_mid_body(), olsr_add_tc_entry(), olsr_delete_mid_entry(), olsr_insert_mid_entry(), and olsr_lookup_tc_mid_entry().
| uint8_t tc_entry::msg_hops |
Definition at line 90 of file tc_set.h.
Referenced by olsr_input_tc().
| struct link_entry* tc_entry::next_hop |
Definition at line 83 of file tc_set.h.
Referenced by olsr_calculate_routing_table(), olsr_spf_add_path_list(), and olsr_spf_relax().
Definition at line 77 of file tc_set.h.
Referenced by olsr_calculate_routing_table(), olsr_insert_rt_path(), olsr_spf_add_cand_tree(), olsr_spf_add_path_list(), olsr_spf_del_cand_tree(), olsr_spf_relax(), and olsr_update_rt_path().
Definition at line 78 of file tc_set.h.
Referenced by olsr_calculate_routing_table(), olsr_spf_add_path_list(), and olsr_spf_relax().
| struct avl_tree tc_entry::prefix_tree |
Definition at line 80 of file tc_set.h.
Referenced by olsr_add_tc_entry(), olsr_alloc_rt_path(), olsr_delete_routing_table(), olsr_delete_rt_path(), and olsr_insert_routing_table().
| int tc_entry::tc_seq |
Definition at line 87 of file tc_set.h.
Referenced by olsr_add_tc_entry(), and olsr_input_tc().
Definition at line 85 of file tc_set.h.
Referenced by olsr_delete_tc_edge_entry(), olsr_delete_tc_entry(), olsr_expire_tc_entry(), olsr_input_tc(), olsr_print_tc_table(), txtinfo_hna(), txtinfo_mid(), and txtinfo_topology().
| struct avl_node tc_entry::vertex_node |
Definition at line 74 of file tc_set.h.
Referenced by olsr_add_tc_entry(), olsr_delete_tc_entry(), and olsr_lookup_tc_entry().
| bool tc_entry::virtual |
Definition at line 86 of file tc_set.h.
Referenced by olsr_delete_tc_edge_entry(), olsr_delete_tc_entry(), olsr_input_tc(), and olsr_tc_update_edge().
1.6.3