Ipv6RoutingTableEntry Struct Reference
Routing table entry. More...
#include <ipv6_routing.h>
Data Fields | |
bool_t | valid |
Valid entry. More... | |
Ipv6Addr | prefix |
Destination. More... | |
uint_t | prefixLen |
IPv6 prefix length. More... | |
NetInterface * | interface |
Outgoing network interface. More... | |
Ipv6Addr | nextHop |
Next hop. More... | |
uint_t | metric |
Metric value. More... | |
Detailed Description
Routing table entry.
Definition at line 62 of file ipv6_routing.h.
Field Documentation
◆ interface
NetInterface* interface |
Outgoing network interface.
Definition at line 67 of file ipv6_routing.h.
◆ metric
uint_t metric |
Metric value.
Definition at line 69 of file ipv6_routing.h.
◆ nextHop
Ipv6Addr nextHop |
Next hop.
Definition at line 68 of file ipv6_routing.h.
◆ prefix
Ipv6Addr prefix |
Destination.
Definition at line 65 of file ipv6_routing.h.
◆ prefixLen
uint_t prefixLen |
IPv6 prefix length.
Definition at line 66 of file ipv6_routing.h.
◆ valid
bool_t valid |
Valid entry.
Definition at line 64 of file ipv6_routing.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ipv6_routing.h