#include <routing_table.h>

Data Fields | |
| struct olsr_ip_prefix | rt_dst |
| struct avl_node | rt_tree_node |
| struct rt_path * | rt_best |
| struct rt_nexthop | rt_nexthop |
| struct rt_metric | rt_metric |
| struct avl_tree | rt_path_tree |
| struct list_entity | rt_change_node |
| int | failure_count |
Definition at line 83 of file routing_table.h.
Definition at line 91 of file routing_table.h.
Referenced by olsr_add_route(), olsr_del_route(), and txtinfo_routes().
| struct rt_path* rt_entry::rt_best |
Definition at line 86 of file routing_table.h.
Referenced by add_del_route(), add_del_route6(), build_route(), lookup_defhna_latlon(), mesh_create(), olsr_add_route(), olsr_cmp_rt(), olsr_delete_outdated_routes(), olsr_delete_rt_path(), olsr_get_nh(), olsr_os_process_rt_entry(), olsr_print_routing_table(), olsr_rt_best(), olsr_update_rib_routes(), os_route_add_rtentry(), select_best_nameserver(), select_tree_anchor(), txtinfo_routes(), write_resolv_file(), zebra_add_route(), and zebra_add_route_hook().
Definition at line 90 of file routing_table.h.
Referenced by olsr_chg_kernel_routes(), and olsr_enqueue_rt().
| struct olsr_ip_prefix rt_entry::rt_dst |
Definition at line 84 of file routing_table.h.
Referenced by add_del_route(), add_del_route6(), build_route(), olsr_alloc_rt_entry(), olsr_enqueue_rt(), olsr_os_process_rt_entry(), olsr_print_routing_table(), olsr_rt_best(), olsr_rt_to_string(), olsr_rtp_to_string(), os_route_add_rtentry(), os_route_del_rtentry(), select_best_nameserver(), txtinfo_routes(), zebra_add_route(), zebra_add_route_hook(), zebra_del_route(), and zebra_del_route_hook().
| struct rt_metric rt_entry::rt_metric |
Definition at line 88 of file routing_table.h.
Referenced by olsr_add_route(), olsr_os_process_rt_entry(), olsr_update_rib_routes(), and os_route_del_rtentry().
| struct rt_nexthop rt_entry::rt_nexthop |
Definition at line 87 of file routing_table.h.
Referenced by olsr_add_route(), olsr_alloc_rt_entry(), olsr_chg_kernel_routes(), olsr_del_route(), olsr_get_nh(), olsr_os_process_rt_entry(), olsr_print_routing_table(), olsr_rt_to_string(), olsr_update_rib_routes(), os_route_del_rtentry(), zebra_del_route(), and zebra_del_route_hook().
| struct avl_tree rt_entry::rt_path_tree |
Definition at line 89 of file routing_table.h.
Referenced by olsr_alloc_rt_entry(), olsr_delete_outdated_routes(), olsr_delete_rt_path(), olsr_insert_rt_path(), olsr_rt_best(), and olsr_update_rib_routes().
| struct avl_node rt_entry::rt_tree_node |
Definition at line 85 of file routing_table.h.
Referenced by olsr_alloc_rt_entry(), olsr_insert_rt_path(), and olsr_update_rib_routes().
1.6.3