An OLSR's routing table entry. More...
#include <OLSR_repositories.h>
Public Member Functions | |
nsaddr_t & | dest_addr () |
nsaddr_t & | next_addr () |
nsaddr_t & | iface_addr () |
u_int32_t & | dist () |
nsaddr_t & | dest_addr () |
nsaddr_t & | next_addr () |
nsaddr_t & | iface_addr () |
u_int32_t & | dist () |
Public Attributes | |
nsaddr_t | dest_addr_ |
Address of the destination node. | |
nsaddr_t | next_addr_ |
Address of the next hop. | |
nsaddr_t | iface_addr_ |
Address of the local interface. | |
u_int32_t | dist_ |
Distance in hops to the destination. |
An OLSR's routing table entry.