#include <libtbxcast.h>
Data Fields | |
| int | source |
| int | dest |
| struct in6_addr | dest_int |
| struct q_o_s | qos |
| struct rt_entry * | next |
Describes one connection from a source to a destination. The connection is one-way only. The address of destination interface is provided.
The routing table has a structure of a linked list.
| int rt_entry::source |
ID of the source node
| int rt_entry::dest |
ID of the destination node
struct in6_addr rt_entry::dest_int [read] |
IPv6 address of the destination interface
struct q_o_s rt_entry::qos [read] |
QoS of the connection
struct rt_entry* rt_entry::next [read] |
Pointer to the next routing entry
1.5.5