Public Member Functions | Public Attributes

OLSR_rt_entry Struct Reference

An OLSR's routing table entry. More...

#include <OLSR_repositories.h>

List of all members.

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.

Detailed Description

An OLSR's routing table entry.


The documentation for this struct was generated from the following files: