#include <lq_packet.h>

Data Fields | |
| struct olsr_message * | comm |
| uint32_t | htime |
| uint8_t | will |
| struct lq_hello_neighbor * | neigh |
Definition at line 64 of file lq_packet.h.
| struct olsr_message* lq_hello_message::comm |
Definition at line 65 of file lq_packet.h.
Referenced by deserialize_hello(), process_message_neighbors(), and update_link_entry().
| uint32_t lq_hello_message::htime |
Definition at line 66 of file lq_packet.h.
Referenced by deserialize_hello(), hello_tap(), and update_link_entry().
Definition at line 68 of file lq_packet.h.
Referenced by check_link_status(), deserialize_hello(), destroy_lq_hello(), hello_tap(), lookup_mpr_status(), and process_message_neighbors().
| uint8_t lq_hello_message::will |
Definition at line 67 of file lq_packet.h.
Referenced by deserialize_hello(), and hello_tap().
1.6.3