#include <lq_packet.h>

Data Fields | |
| uint8_t | link_type |
| uint8_t | neigh_type |
| union olsr_ip_addr | addr |
| struct lq_hello_neighbor * | next |
| olsr_linkcost | cost |
Definition at line 56 of file lq_packet.h.
Definition at line 59 of file lq_packet.h.
Referenced by check_link_status(), deserialize_hello(), hello_tap(), lookup_mpr_status(), and process_message_neighbors().
Definition at line 61 of file lq_packet.h.
Referenced by olsr_deserialize_hello_lq_pair(), and process_message_neighbors().
| uint8_t lq_hello_neighbor::link_type |
Definition at line 57 of file lq_packet.h.
Referenced by check_link_status(), deserialize_hello(), hello_tap(), and lookup_mpr_status().
| uint8_t lq_hello_neighbor::neigh_type |
Definition at line 58 of file lq_packet.h.
Referenced by deserialize_hello(), lookup_mpr_status(), and process_message_neighbors().
Definition at line 60 of file lq_packet.h.
Referenced by check_link_status(), deserialize_hello(), destroy_lq_hello(), hello_tap(), lookup_mpr_status(), and process_message_neighbors().
1.6.3