#include "defs.h"#include "neighbor_table.h"#include "link_set.h"#include "lq_mpr.h"#include "olsr_timer.h"#include "olsr_socket.h"#include "lq_plugin.h"

Go to the source code of this file.
Functions | |
| static void | olsr_calculate_lq_mpr2 (void) |
| void | olsr_calculate_lq_mpr (void) |
| void olsr_calculate_lq_mpr | ( | void | ) |
Definition at line 54 of file lq_mpr.c.
References link_entry::is_mpr, nbr_entry::is_mpr, link_entry::neighbor, olsr_calculate_lq_mpr2(), olsr_cnf, OLSR_FOR_ALL_LINK_ENTRIES, OLSR_FOR_ALL_NBR_ENTRIES, signal_link_changes(), olsr_config::tc_redundancy, and nbr_entry::was_mpr.
Referenced by olsr_process_changes().

| static void olsr_calculate_lq_mpr2 | ( | void | ) | [static] |
Definition at line 96 of file lq_mpr.c.
References get_best_link_to_neighbor(), nbr_entry::is_mpr, nbr_entry::is_sym, LINK_COST_BROKEN, link_entry::linkcost, olsr_config::mpr_coverage, nbr_con::nbr, nbr2_entry::nbr2_addr, olsr_cnf, OLSR_FOR_ALL_NBR2_CON_ENTRIES, OLSR_FOR_ALL_NBR2_ENTRIES, OLSR_FOR_ALL_NBR_ENTRIES, olsr_lookup_nbr_entry(), nbr_con::path_linkcost, ROUTE_COST_BROKEN, nbr_con::second_hop_linkcost, nbr_entry::skip, nbr_entry::was_mpr, WILL_ALWAYS, and nbr_entry::willingness.
Referenced by olsr_calculate_lq_mpr().

1.6.3