.TH "neighbor_list_entry" 3 "11 Jun 2011" "Version 0.6.0-master" "olsrd" \" -*- nroff -*- .ad l .nh .SH NAME neighbor_list_entry \- .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "struct \fBneighbor_entry\fP * \fBneighbor\fP" .br .ti -1c .RI "\fBolsr_linkcost\fP \fBsecond_hop_linkcost\fP" .br .ti -1c .RI "\fBolsr_linkcost\fP \fBpath_linkcost\fP" .br .ti -1c .RI "\fBolsr_linkcost\fP \fBsaved_path_linkcost\fP" .br .ti -1c .RI "struct \fBneighbor_list_entry\fP * \fBnext\fP" .br .ti -1c .RI "struct \fBneighbor_list_entry\fP * \fBprev\fP" .br .in -1c .SH "Detailed Description" .PP Definition at line 51 of file two_hop_neighbor_table.h. .SH "Field Documentation" .PP .SS "struct \fBneighbor_entry\fP* \fBneighbor_list_entry::neighbor\fP" .PP Definition at line 52 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), olsr_calculate_lq_mpr(), olsr_calculate_mpr(), olsr_chosen_mpr(), olsr_delete_neighbor_pointer(), olsr_delete_two_hop_neighbor_table(), olsr_find_2_hop_neighbors_with_1_link(), olsr_print_two_hop_neighbor_table(), and process_message_neighbors(). .SS "struct \fBneighbor_list_entry\fP* \fBneighbor_list_entry::next\fP" .PP Definition at line 56 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), olsr_calculate_lq_mpr(), olsr_calculate_mpr(), olsr_chosen_mpr(), olsr_delete_neighbor_pointer(), olsr_delete_two_hop_neighbor_table(), olsr_find_2_hop_neighbors_with_1_link(), olsr_print_two_hop_neighbor_table(), and process_message_neighbors(). .SS "\fBolsr_linkcost\fP \fBneighbor_list_entry::path_linkcost\fP" .PP Definition at line 54 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), olsr_calculate_lq_mpr(), olsr_print_two_hop_neighbor_table(), and process_message_neighbors(). .SS "struct \fBneighbor_list_entry\fP* \fBneighbor_list_entry::prev\fP" .PP Definition at line 57 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), and process_message_neighbors(). .SS "\fBolsr_linkcost\fP \fBneighbor_list_entry::saved_path_linkcost\fP" .PP Definition at line 55 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), and process_message_neighbors(). .SS "\fBolsr_linkcost\fP \fBneighbor_list_entry::second_hop_linkcost\fP" .PP Definition at line 53 of file two_hop_neighbor_table.h. .PP Referenced by linking_this_2_entries(), and process_message_neighbors(). .SH "Author" .PP Generated automatically by Doxygen for olsrd from the source code.