Auxiliary struct which is part of the OLSR HELLO message (struct OLSR_hello). More...
#include <OLSR_pkt.h>
Public Member Functions | |
| u_int8_t & | link_code () |
| u_int8_t & | reserved () |
| u_int16_t & | link_msg_size () |
| nsaddr_t & | nb_iface_addr (int i) |
| u_int32_t | size () |
| u_int8_t & | link_code () |
| u_int8_t & | reserved () |
| u_int16_t & | link_msg_size () |
| nsaddr_t & | nb_iface_addr (int i) |
| u_int32_t | size () |
Public Attributes | |
| u_int8_t | link_code_ |
| Link code. | |
| u_int8_t | reserved_ |
| Reserved. | |
| u_int16_t | link_msg_size_ |
| Size of this link message. | |
| nsaddr_t | nb_iface_addrs_ [OLSR_MAX_ADDRS] |
| List of interface addresses of neighbor nodes. | |
| int | count |
| Number of interface addresses contained in nb_iface_addrs_. | |
Auxiliary struct which is part of the OLSR HELLO message (struct OLSR_hello).
1.7.1