Home
last modified time | relevance | path

Searched refs:is_mpr (Results 1 – 11 of 11) sorted by relevance

/dports/net/olsrd/olsrd-0.9.8/src/
H A Dlq_mpr.c68 neigh->was_mpr = neigh->is_mpr; in olsr_calculate_lq_mpr()
72 neigh->is_mpr = false; in olsr_calculate_lq_mpr()
80 neigh->is_mpr = true; in olsr_calculate_lq_mpr()
82 if (neigh->is_mpr != neigh->was_mpr) { in olsr_calculate_lq_mpr()
155 neigh->is_mpr = true; in olsr_calculate_lq_mpr()
158 if (neigh->is_mpr != neigh->was_mpr) in olsr_calculate_lq_mpr()
H A Dmpr.c158 one_hop_neighbor->is_mpr = true; //NBS_MPR; in olsr_chosen_mpr()
223 a_neighbor->neighbor_2_nocov, a_neighbor->is_mpr, a_neighbor->willingness, maximum); in olsr_find_maximum_covered()
226 …if ((!a_neighbor->is_mpr) && (a_neighbor->willingness == willingness) && (maximum < a_neighbor->ne… in olsr_find_maximum_covered()
249 if (a_neighbor->is_mpr) { in olsr_clear_mprs()
251 a_neighbor->is_mpr = false; in olsr_clear_mprs()
282 if (!a_neighbor->is_mpr) { in olsr_check_mpr_changes()
417 if (!two_hop_list->neighbor_2->neighbor_2_nblist.next->neighbor->is_mpr) in olsr_calculate_mpr()
486 if (a_neighbor->is_mpr) { in olsr_optimize_mpr_set()
507 a_neighbor->is_mpr = false; in olsr_optimize_mpr_set()
528 if (a_neighbor->is_mpr) { in olsr_print_mpr_set()
H A Dpacket.c150 if (links->neighbor->is_mpr) { in olsr_build_hello_packet()
241 if (neighbor->is_mpr) { in olsr_build_hello_packet()
359 if ((entry->is_mpr) || (olsr_lookup_mprs_set(&entry->neighbor_main_addr) != NULL)) { in olsr_build_tc_packet()
H A Dneighbor_table.c264 new_neigh->is_mpr = false; in olsr_insert_neighbor_table()
412 neigh->is_mpr ? "YES " : "NO ", in olsr_print_neighbor_table()
H A Dneighbor_table.h67 bool is_mpr; member
H A Dlq_packet.c138 if (walker->neighbor->is_mpr) in create_lq_hello()
240 …if (olsr_cnf->tc_redundancy == 1 && !walker->is_mpr && !olsr_lookup_mprs_set(&walker->neighbor_mai… in create_lq_tc()
H A Dlink_set.c105 link->neighbor->is_mpr = false; in olsr_reset_all_links()
/dports/net/olsrd/olsrd-0.9.8/lib/dot_draw/src/
H A Dolsrd_dot_draw.c188 if (neighbor->is_mpr) { in ipc_print_neigh_link()
/dports/net/olsrd/olsrd-0.9.8/lib/txtinfo/src/
H A Dolsrd_txtinfo.c178 neigh->is_mpr ? "YES" : "NO", in ipc_print_neighbors_internal()
/dports/net/olsrd/olsrd-0.9.8/lib/httpinfo/src/
H A Dolsrd_httpinfo.c1011 "<td>%d</td>", (neigh->status == SYM) ? "YES" : "NO", neigh->is_mpr ? "YES" : "NO", in build_neigh_body()
/dports/net/olsrd/olsrd-0.9.8/lib/jsoninfo/src/
H A Dolsrd_jsoninfo.c473 abuf_json_boolean(session, abuf, "isMultiPointRelay", neigh->is_mpr); in ipc_print_neighbors_internal()