join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::RouteKey Struct Reference

key identifying a routing table entry. More...

#include <route.hpp>

Collaboration diagram for join::RouteKey:

Public Attributes

uint32_t _index = 0
 interface index.
 
IpAddress _dest
 destination network address.
 
uint32_t _prefix = 0
 prefix length.
 

Detailed Description

key identifying a routing table entry.

Member Data Documentation

◆ _dest

IpAddress join::RouteKey::_dest

destination network address.

◆ _index

uint32_t join::RouteKey::_index = 0

interface index.

◆ _prefix

uint32_t join::RouteKey::_prefix = 0

prefix length.


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